[]
        
(Showing Draft Content)

C1.C1Preview.TabPositionCollection.Insert

Insert Method

Insert(int, TabPosition)

Inserts a TabPosition object at the specified position into the current collection.

Declaration
public void Insert(int index, TabPosition tabPosition)
Parameters
Type Name Description
int index

The index at which to insert tabPosition.

TabPosition tabPosition

The object to insert.