Spread Windows Forms 12.0 Product Documentation
Filters Property (IAutoFilter)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IAutoFilter Interface : Filters Property
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

Reference

IAutoFilter Interface
IAutoFilter Members