Spread Windows Forms 12.0 Product Documentation
AutoFilter Property (ITable)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : AutoFilter Property
Gets the filter of this ITable.
Syntax
'Declaration
 
ReadOnly Property AutoFilter As IAutoFilter
'Usage
 
Dim instance As ITable
Dim value As IAutoFilter
 
value = instance.AutoFilter
IAutoFilter AutoFilter {get;}

Property Value

An IAutoFilter object represents the filter of this Table.
See Also

Reference

ITable Interface
ITable Members