Version

MoveColumn Method (WinTreeReplayServer)

Moves a column from one Origin to another
Syntax
'Declaration
 
Public Sub MoveColumn( _
   ByVal columnSet As System.String, _
   ByVal column As System.String, _
   ByVal originX As System.Integer, _
   ByVal originY As System.Integer _
) 
public void MoveColumn( 
   System.string columnSet,
   System.string column,
   System.int originX,
   System.int originY
)

Parameters

columnSet
The Key of the ColumnSet for the column
column
The Key of the Column
originX
The OriginX to which the column is moved
originY
The OriginY to which the column is moved
Remarks

During replay, if the OriginX and OriginY values to which the column is being moved to belong to another column, the colummn will be dragged and droppedto that location. Otherwise the column's OriginX and OriginY will be changed to the values specified.

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