SwapColumns Method
SwapColumns(int, int, int)
Swaps a range of columns with another range of columns.
Declaration
public void SwapColumns(int fromColumn, int toColumn, int count)
Public Sub SwapColumns(fromColumn As Integer, toColumn As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
fromColumn |
Column index at which to start swap
|
int |
toColumn |
Column index at which to swap columns
|
int |
count |
Number of columns to swap
|