[]
Inserts a RibbonTab to the RibbonTabCollection at the specified index.
public void Insert(int index, RibbonTab tab)
Public Sub Insert(index As Integer, tab As RibbonTab)
| Type | Name | Description |
|---|---|---|
| int | index | The index of the RibbonTab to insert. |
| RibbonTab | tab | The RibbonTab to insert. |