[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.IndexOf

IndexOf Method

IndexOf(ListItem)

Gets index of the item.

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

A SubItem object that need to find index.

Returns
Type Description
int

An int value indicating the index if the item is found in the collection; otherwise,-1.