Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilterColumn Structure / Item Property
An integer value indicates the filter index.


In This Topic
Item Property (AutoFilterColumn)
In This Topic
Gets or sets the Filter with the specified filter index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal filterIndex As Integer _
) As Filter
 
'Usage
 
Dim instance As AutoFilterColumn
Dim filterIndex As Integer
Dim value As Filter
 
value = instance.Item(filterIndex)

Parameters

filterIndex
An integer value indicates the filter index.

Property Value

Filter.
See Also