[]
Determines the index of the first occurrence of a RibbonItem with the specified name in this collection.
public int IndexOf(string name)
Public Function IndexOf(name As String) As Integer
| Type | Name | Description |
|---|---|---|
| string | name | The name to search for, case-sensitive. |
| Type | Description |
|---|---|
| int | A index of item in the collection. |