[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGroupCollection.Insert

Insert Method

Insert(int, RibbonGroup)

Inserts a RibbonGroup to the RibbonGroupCollection at the specified index.

Declaration
public void Insert(int index, RibbonGroup group)
Public Sub Insert(index As Integer, group As RibbonGroup)
Parameters
Type Name Description
int index

The zero-based index at which value should be inserted.

RibbonGroup group

The RibbonGroup to insert.