[]
Swaps a range of rows with another range of rows.
public void SwapRows(int fromRow, int toRow, int count)
Public Sub SwapRows(fromRow As Integer, toRow As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | fromRow | Row index at which to start swap |
int | toRow | Row index at which to swap rows |
int | count | Number of rows to swap |