[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonTabGroupCollection

RibbonTabGroupCollection Class

Inheritance
RibbonTabGroupCollection
Namespace: GrapeCity.Spreadsheet.WinForms.Ribbon
Assembly: GrapeCity.Spreadsheet.WinForms.Ribbon.dll
Syntax
public class RibbonTabGroupCollection
Public Class RibbonTabGroupCollection

Properties

Name Description
Count

Gets the number of elements contained in the collection

this[int]

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

this[string]

Gets the RibbonContextualTabGroup with the specified name.

Methods

Name Description
Add(RibbonContextualTabGroup)

Adds the specified RibbonContextualTabGroup to the collection.

ClearAndDisposeTabGroups()

Removes all tab groups from the collection, then disposes the groups.

Remove(RibbonContextualTabGroup)

Removes the first occurrence of the specified RibbonContextualTabGroup from the RibbonTabGroupCollection.