Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / MultiValuesFilter Class / FilterByBlank Property


In This Topic
    FilterByBlank Property
    In This Topic
    Gets a value indicating whether the blank value is filtered-in.
    Syntax
    'Declaration
     
    
    Public Property FilterByBlank As Boolean
    'Usage
     
    
    Dim instance As MultiValuesFilter
    Dim value As Boolean
     
    instance.FilterByBlank = value
     
    value = instance.FilterByBlank
    public bool FilterByBlank {get; set;}

    Property Value

    true if the blank value is filtered-in; otherwise, false.
    See Also