[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGroupCollection.Item

this Property

this[int]

Gets or sets the RibbonGroup at the specified position in the collection.

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

Index of the item.

Property Value
Type Description
RibbonGroup

The RibbonGroup at the specified index.

this[string]

Gets or sets the RibbonGroup at the specified position in the collection.

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

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

Property Value
Type Description
RibbonGroup

The RibbonGroup at the specified index.