Gets a value indicating whether there is blank in the filter column.
public bool Blanks {get;}
'Declaration
Public ReadOnly Property Blanks As Boolean
'Usage
Dim instance As FilterData
Dim value As Boolean
value = instance.Blanks
Property Value
true
if there is blank in the filter column; otherwise,
false
.