[]
Moves the rows in the table.
public void MoveTableRows(int fromRow, int toRow, int count)
Public Sub MoveTableRows(fromRow As Integer, toRow As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | fromRow | The row to move from. |
int | toRow | The row to move to. |
int | count | The number of rows to move. |