Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FilterData Structure / Blanks Property


In This Topic
    Blanks Property
    In This Topic
    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