[]
Inserts an item to the list at the specified index.
public void Insert(int index, RibbonItem item)
Public Sub Insert(index As Integer, item As RibbonItem)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which value should be inserted. |
RibbonItem | item | The ribbon item to insert into the list. |