Spread Windows Forms 12.0 Product Documentation
IndexOf Method (FilterItemCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FilterItemCollection Class : IndexOf Method
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal filterItem As IFilterItem _
) As Integer
'Usage
 
Dim instance As FilterItemCollection
Dim filterItem As IFilterItem
Dim value As Integer
 
value = instance.IndexOf(filterItem)
public int IndexOf( 
   IFilterItem filterItem
)

Parameters

filterItem
See Also

Reference

FilterItemCollection Class
FilterItemCollection Members