[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.IndexOf

IndexOf Method

IndexOf(SubItem)

Gets the index of the item.

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

An SubItem object that need to find index.

Returns
Type Description
int

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