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

C# Syntax

void MoveColumn( 
   string column,
   uint toColumnNumber
)

Parameters

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