[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.IndexOf

IndexOf Method

IndexOf(ListColumnInfo)

Gets the index of the item.

Declaration
public int IndexOf(ListColumnInfo item)
Public Function IndexOf(item As ListColumnInfo) As Integer
Parameters
Type Name Description
ListColumnInfo item

A ListColumnInfo object used to find the index.

Returns
Type Description
int

An int value if the object is found in the collection; otherwise,-1.