[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonTabGroupCollection.Item

this Property

this[int]

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

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

Index of the item.

Property Value
Type Description
RibbonContextualTabGroup

The RibbonContextualTabGroup at the specified index.

this[string]

Gets the RibbonContextualTabGroup with the specified name.

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

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

Property Value
Type Description
RibbonContextualTabGroup

The RibbonContextualTabGroup with the specified name.