[]
        
(Showing Draft Content)

C1.Win.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)
Parameters
Type Name Description
int index

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

RibbonGroup group

The RibbonGroup to insert.