[]
Inserts a TabPosition object at the specified position into the current collection.
public void Insert(int index, TabPosition tabPosition)
Type | Name | Description |
---|---|---|
int | index | The index at which to insert |
TabPosition | tabPosition | The object to insert. |