[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FilterItemCollection.IndexOf

IndexOf Method

IndexOf(IFilterItem)

Searches for the specified IFilterItem and returns the zero-based index of the first occurrence within the entire System.Collections.ArrayList.

Declaration
public int IndexOf(IFilterItem filterItem)
Public Function IndexOf(filterItem As IFilterItem) As Integer
Parameters
Type Name Description
IFilterItem filterItem

The IFilterItem to locate in the FilterItemCollection

Returns
Type Description
int

The index of filterItem if found in the list; otherwise, -1.