'DeclarationPublic ReadOnly Property Blanks As Boolean
'UsageDim instance As FilterData Dim value As Boolean value = instance.Blanks
public bool Blanks {get;}
Property Value
true if there is blank in the filter column; otherwise, false.'DeclarationPublic ReadOnly Property Blanks As Boolean
'UsageDim instance As FilterData Dim value As Boolean value = instance.Blanks
public bool Blanks {get;}
true if there is blank in the filter column; otherwise, false.