Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / AutoFilter Property


In This Topic
AutoFilter Property (ITable)
In This Topic
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

Property Value

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