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


In This Topic
    Filters Property (IAutoFilter)
    In This Topic
    Gets an IFilters collection that represents all the filters in an auto filtered range.
    Syntax
    'Declaration
     
    
    ReadOnly Property Filters As IFilters
    'Usage
     
    
    Dim instance As IAutoFilter
    Dim value As IFilters
     
    value = instance.Filters
    IFilters Filters {get;}

    Property Value

    The IFilters collection that represents all the filters in an auto filtered range.
    See Also