Spread WinForms 15
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

Property Value

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