Version

MoveColumn Method

Moves the supplied column to the specified index relative to its parent
Syntax
'Declaration
 
Public Sub MoveColumn( _
   ByVal sHeaderArg As System.String, _
   ByVal iNewIndex As System.Integer _
) 
public void MoveColumn( 
   System.string sHeaderArg,
   System.int iNewIndex
)
public: void MoveColumn( 
   System.string* sHeaderArg,
   System.int iNewIndex
) 

Parameters

sHeaderArg
string text path to the column header
iNewIndex
A double value representing the new width of the supplied column, if left black will auto size.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also