[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.IndexOf

IndexOf Method

IndexOf(SubItemInfo)

Gets the index of the item.

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

The SubItemInfo object to get the index for.

Returns
Type Description
int

The index if the item is found in the collection; otherwise,-1.