MoveColumn(UInt32,UInt32) Method
Moves the specified column to the specified column position.

C# Syntax

void MoveColumn( 
   uint columnNumber,
   uint toColumnNumber
)

Parameters

columnNumber
the number of the column to move (1-based).
toColumnNumber
the number of the column to move to (1-based).