Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / AutoFilter Property


In This Topic
AutoFilter Property (Table)
In This Topic
Gets the filter of this Table.
Syntax
'Declaration
 
Public ReadOnly Property AutoFilter As AutoFilter
 
'Usage
 
Dim instance As Table
Dim value As AutoFilter
 
value = instance.AutoFilter

Property Value

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