[]
Removes a row at the specified position.
public void RemoveRow(int row)
Public Sub RemoveRow(row As Integer)
Type | Name | Description |
---|---|---|
int | row | Index of row to remove |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row is out of range; must be between 0 and total number of rows |