deleteRow
deleteRow(int rowIndex) method
Deletes the specified row
Parameters
Name | Type | Description |
---|---|---|
rowIndex | int | The zero-based index of the row to delete. |
Returns
void
Exception
Exception | Condition |
---|---|
ArgumentOutOfRangeException | If rowIndex less than zero or greater or equal to the RowCount |