Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAutoFilter Interface / FilterMode Property


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

    Property Value

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