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

C# Syntax

void MoveColumn( 
   uint columnNumber,
   string toColumn
)

Parameters

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