[]
Moves the row or rows to a specified location.
public void MoveRow(int row, int count, int toRow)
Public Sub MoveRow(row As Integer, count As Integer, toRow As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | Row index at which to start the move (first row) |
| int | count | Number of rows to move |
| int | toRow | Destination before which to copy the range of rows |