C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / TableVectorCollection Class / Insert Method / Insert(Int32) Method
The position where to insert the row or column.

In This Topic
Insert(Int32) Method
In This Topic
Inserts a row or column into the containing RenderTable.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal position As Integer _
) 
 

Parameters

position
The position where to insert the row or column.
See Also