Spread Windows Forms 12.0 Product Documentation
Item Property (IFilters)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFilters Interface : Item Property
An integer value indicates the index number of the filter.
Gets the IFilter object at the specified index.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IFilter
'Usage
 
Dim instance As IFilters
Dim index As Integer
Dim value As IFilter
 
value = instance.Item(index)
IFilter this[ 
   int index
]; {get;}

Parameters

index
An integer value indicates the index number of the filter.

Property Value

The IFilter object at the specified index.
See Also

Reference

IFilters Interface
IFilters Members