Spread Windows Forms 12.0 Product Documentation
Blanks Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > FilterData Structure : Blanks Property
Gets a value indicating whether there is blank in the filter column.
Syntax
'Declaration
 
Public ReadOnly Property Blanks As Boolean
'Usage
 
Dim 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.
See Also

Reference

FilterData Structure
FilterData Members