Spread Windows Forms 12.0 Product Documentation
Item Property (AutoFilterColumn)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > AutoFilterColumn Structure : Item Property
An integer value indicates the filter index.
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)
public Filter this[ 
   int filterIndex
]; {get;}

Parameters

filterIndex
An integer value indicates the filter index.

Property Value

Filter.
See Also

Reference

AutoFilterColumn Structure
AutoFilterColumn Members