Spread Windows Forms 12.0 Product Documentation
Item Property (FilterItemCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FilterItemCollection Class : Item Property
Index of the custom filter in the collection
Gets a custom filter item from the collection.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IFilterItem
'Usage
 
Dim instance As FilterItemCollection
Dim index As Integer
Dim value As IFilterItem
 
value = instance.Item(index)
public IFilterItem this[ 
   int index
]; {get;}

Parameters

index
Index of the custom filter in the collection

Property Value

IFilterItem object containing the filter item
See Also

Reference

FilterItemCollection Class
FilterItemCollection Members