MoveColumns Method
MoveColumns(int, int, int)
Moves columns and pastes them at the specified location.
Declaration
public void MoveColumns(int fromColumn, int toColumn, int count)
Public Sub MoveColumns(fromColumn As Integer, toColumn As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
fromColumn |
Column index at which to start the move
|
int |
toColumn |
Column index at which to paste columns
|
int |
count |
Number of columns to move
|