Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilter Class / Item Property
An integer value indicates the column index.


In This Topic
Item Property (AutoFilter)
In This Topic
Gets the AutoFilterColumn at the specified column.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal column As Integer _
) As AutoFilterColumn
 
'Usage
 
Dim instance As AutoFilter
Dim column As Integer
Dim value As AutoFilterColumn
 
value = instance.Item(column)

Parameters

column
An integer value indicates the column index.

Property Value

FilterColumn.
See Also