[]
Removes one or more rows starting with the row at the specified position.
ActionResult<object> RemoveRows(int row, int count)
Function RemoveRows(row As Integer, count As Integer) As ActionResult(Of Object)
Type | Name | Description |
---|---|---|
int | row | An integer value indicates the index of first row to remove. |
int | count | An integer value indicates the number of row(s) to remove. |
Type | Description |
---|---|
ActionResult<object> |
|