[]
Inserts a range of rows or columns into the containing RenderTable.
public void Insert(int position, int count)
Type | Name | Description |
---|---|---|
int | position | The position where to insert rows or columns. |
int | count | The number of rows or columns to insert. |
Inserts a row or column into the containing RenderTable.
public void Insert(int position)
Type | Name | Description |
---|---|---|
int | position | The position where to insert the row or column. |