C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TabPositionCollection Class / Insert Method
The index at which to insert tabPosition.
The object to insert.

In This Topic
Insert Method (TabPositionCollection)
In This Topic
Inserts a TabPosition object at the specified position into the current collection.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal tabPosition As TabPosition _
) 
 

Parameters

index
The index at which to insert tabPosition.
tabPosition
The object to insert.
See Also