[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItemCollection.Add

Add Method

Add(RibbonItem)

Adds the specified RibbonItem to the collection.

Declaration
public void Add(RibbonItem item)
Public Sub Add(item As RibbonItem)
Parameters
Type Name Description
RibbonItem item

The index of the item in the collection.

Add(string)

Adds a RibbonButton item to the collection.

Declaration
public void Add(string text)
Public Sub Add(text As String)
Parameters
Type Name Description
string text

The text to display on the new button.