Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilter Class / FilterMode Property


In This Topic
    FilterMode Property (AutoFilter)
    In This Topic
    Gets a value indicating whether the worksheet is in the AutoFilter filter mode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FilterMode As Boolean
    'Usage
     
    
    Dim instance As AutoFilter
    Dim value As Boolean
     
    value = instance.FilterMode
    public bool FilterMode {get;}

    Property Value

    true if the worksheet is in the AutoFilter filter mode; otherwise, false.
    See Also