[]
Inserts a RibbonGroup to the RibbonGroupCollection at the specified index.
public void Insert(int index, RibbonGroup group)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which group should be inserted. |
RibbonGroup | group | The RibbonGroup to insert. |