Inserts a range of rows or columns into the containing RenderTable.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Insert( int position, int count ) |
Visual Basic |
---|
Public Sub Insert ( _ position As Integer, _ count As Integer _ ) |
Parameters
- position
- Type: System..::..Int32
The position where to insert rows or columns.
- count
- Type: System..::..Int32
The number of rows or columns to insert.