Inserts a TabPosition object at the specified position into the current collection.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Insert( int index, TabPosition tabPosition ) |
Visual Basic |
---|
Public Sub Insert ( _ index As Integer, _ tabPosition As TabPosition _ ) |
Parameters
- index
- Type: System..::..Int32
The index at which to insert tabPosition.
- tabPosition
- Type: C1.C1Preview..::..TabPosition
The object to insert.