[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGalleryItemCollection

RibbonGalleryItemCollection Class

Represents a collection of RibbonGalleryItem objects.

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

Properties

Name Description
Count

Gets the number of elements contained in the RibbonGalleryItemCollection.

this[int]

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

this[string]

Gets the first RibbonItem with the specified name.

Methods

Name Description
Add(RibbonItem)

Adds the specified RibbonItem to the collection.

ClearAndDisposeItems()

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

Remove(RibbonItem)

Removes the first occurrence of the specified RibbonItem from the collection.