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