Version

MoveColumn Method

The MoveColumn method can be used to adjust a column's positions when the UltraListView is in Details position.
Syntax
'Declaration
 
Public Sub MoveColumn( _
   ByVal column As Rational.Test.Ft.Script.ColumnHeader, _
   ByVal newColumnPosition As Integer _
) 
public void MoveColumn( 
   Rational.Test.Ft.Script.ColumnHeader column,
   int newColumnPosition
)

Parameters

column
The Subitem the represents the column header object.
newColumnPosition
The index to move the column header to
Remarks
This method should be used when moving a column to a position that is not viewable on the same screen as the source column.
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