[]
        
(Showing Draft Content)

FarPoint.Win.Spread.GroupInfoCollection.IndexOf

IndexOf Method

IndexOf(GroupInfo)

Returns the index of the specified GroupInfo object in the collection.

Declaration
public virtual int IndexOf(GroupInfo value)
Public Overridable Function IndexOf(value As GroupInfo) As Integer
Parameters
Type Name Description
GroupInfo value

GroupInfo object for which to search

Returns
Type Description
int

The zero-based index of the first occurrence of value within the entire System.Collections.ArrayList, if found; otherwise, -1.