[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.IndexOf

IndexOf Method

IndexOf(T)

Gets the index in the collection of the specified T, if it exists in the collection.

Declaration
public int IndexOf(T value)
Public Function IndexOf(value As T) As Integer
Parameters
Type Name Description
T value

The T to locate in the collection.

Returns
Type Description
int

The index in the collection of the specified object, if found; otherwise, -1.