[]
        
Moves columns and pastes them at the specified location.
public void MoveColumns(int fromColumn, int toColumn, int count)
Public Sub MoveColumns(fromColumn As Integer, toColumn As Integer, count As Integer)
| 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  |