[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.IndexOf

IndexOf Method

IndexOf(SideButtonBase)

Gets the index in the collection of the specified SideButtonBase, if it exists in the collection.

Declaration
public int IndexOf(SideButtonBase value)
Public Function IndexOf(value As SideButtonBase) As Integer
Parameters
Type Name Description
SideButtonBase value

The SideButtonBase to locate in the collection.

Returns
Type Description
int

The index in the collection of the specified object, if found; otherwise, -1.