[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItemCollection.IndexOf

IndexOf Method

IndexOf(string)

Determines the index of the first occurrence of a RibbonItem with the specified name in this collection.

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

The name to search for, case-sensitive.

Returns
Type Description
int

A index of item in the collection.