[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.IndexOf

IndexOf Method

IndexOf(ListItemInfo)

Gets the item index.

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

A SubItemInfo object to find the index for.

Returns
Type Description
int

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