[]
Removes rows from the table data area.
public void RemoveDataRows(int row, int count)
Public Sub RemoveDataRows(row As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | row | Table data row index. |
int | count | Number of data rows to remove |