Spread WPF 17
GrapeCity.Excel Namespace / ExcelFilters Class / Blank Property


In This Topic
    Blank Property (ExcelFilters)
    In This Topic
    Flag indicating whether to filter by blank.
    Syntax
    'Declaration
     
    Public Property Blank As Boolean
    'Usage
     
    Dim instance As ExcelFilters
    Dim value As Boolean
     
    instance.Blank = value
     
    value = instance.Blank
    public bool Blank {get; set;}
    See Also