SwapRows Method
SwapRows(int, int, int)
Swaps a range of rows with another range of rows.
Declaration
public void SwapRows(int fromRow, int toRow, int count)
Public Sub SwapRows(fromRow As Integer, toRow As Integer, count As Integer)
Parameters
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
|