C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TableRowCollection Class / Insert Method / Insert(Int32,Int32) Method
The position where to insert rows or columns.
The number of rows or columns to insert.

In This Topic
Insert(Int32,Int32) Method
In This Topic
Inserts a range of rows or columns into the containing RenderTable.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal position As Integer, _
   ByVal count As Integer _
) 
 

Parameters

position
The position where to insert rows or columns.
count
The number of rows or columns to insert.
See Also