[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItemCollection.Item

this Property

this[int]

Gets or sets the RibbonItem at the specified position of the collection.

Declaration
public RibbonItem this[int index] { get; set; }
Public Default Property Item(index As Integer) As RibbonItem
Parameters
Type Name Description
int index

this[string]

Gets the first RibbonItem with the specified name.

Declaration
public RibbonItem this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As RibbonItem
Parameters
Type Name Description
string name

String contains the name of the item to locate (case-sensitive).