[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGroupCollection

RibbonGroupCollection Class

Represents a collection of RibbonGroup objects in a RibbonTab.

Inheritance
RibbonGroupCollection
Namespace: GrapeCity.Spreadsheet.WinForms.Ribbon
Assembly: GrapeCity.Spreadsheet.WinForms.Ribbon.dll
Syntax
public sealed class RibbonGroupCollection
Public NotInheritable Class RibbonGroupCollection

Properties

Name Description
Count

Gets the number of elements contained in the RibbonGroupCollection.

this[int]

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

this[string]

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

Methods

Name Description
Add(RibbonGroup)

Adds a RibbonGroup to the RibbonGroupCollection.

ClearAndDisposeGroups()

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

Insert(int, RibbonGroup)

Inserts a RibbonGroup to the RibbonGroupCollection at the specified index.

Remove(RibbonGroup)

Removes the first occurrence of a specific RibbonGroup from the RibbonGroupCollection.