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

C# Syntax

void MoveColumn( 
   string column,
   string toColumn
)

Parameters

column
the name of the column to move.
toColumn
the name of the column to move to.