[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.IndexOf

IndexOf Method

IndexOf(ListColumn)

Gets the index of the item.

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

An SubItem object that need to find the index.

Returns
Type Description
int

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