'Declaration Public Property IsBlank As Boolean
'Usage Dim instance As BlankConditionalFormattingRule Dim value As Boolean instance.IsBlank = value value = instance.IsBlank
public bool IsBlank {get; set;}
Property Value
true
if the accepted value is blank; otherwise, false
.