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