[]
Deletes a range of rows or columns from the containing RenderTable.
public void Delete(int position, int count)
Type | Name | Description |
---|---|---|
int | position | The index of the first row or column to delete. |
int | count | The number of rows or columns to delete. |
Deletes a row or column from the containing RenderTable.
public void Delete(int position)
Type | Name | Description |
---|---|---|
int | position | The index of the row or column to delete. |