C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / TableVectorCollection Class / Insert Method / Insert(Int32,Object) Method
The index of the element.
The element to insert.

In This Topic
Insert(Int32,Object) Method
In This Topic
Inserts the element at the specified index.
Syntax
'Declaration
 
Protected Overloads Overridable Sub Insert( _
   ByVal index As Integer, _
   ByVal obj As Object _
) 
 

Parameters

index
The index of the element.
obj
The element to insert.
See Also