[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.IndexOfKey

IndexOfKey Method

IndexOfKey(string)

Retrieves the index of the first occurrence of the specified item within the collection.

Declaration
public virtual int IndexOfKey(string name)
Public Overridable Function IndexOfKey(name As String) As Integer
Parameters
Type Name Description
string name

The name of the INamedObject object to search for.

Returns
Type Description
int

The zero-based index of the first occurrence of the INamedObject object with the specified name in the collection.