Version

HeaderMove Method (WinGridReplayServer)

Moves a header (column or group) to a new position
Syntax
'Declaration
 
Public Overridable Sub HeaderMove( _
   ByVal iBand As System.Integer, _
   ByVal oItemTypeToMove As System.Object, _
   ByVal oItemToMove As System.Object, _
   ByVal oLocToDropOn As System.Object, _
   ByVal oItemTypeToDropOn As System.Object, _
   ByVal oItemToDropOn As System.Object _
) 
public virtual void HeaderMove( 
   System.int iBand,
   System.object oItemTypeToMove,
   System.object oItemToMove,
   System.object oLocToDropOn,
   System.object oItemTypeToDropOn,
   System.object oItemToDropOn
)

Parameters

iBand
Integer index of the Parent Band
oItemTypeToMove
Enumeration value of the type of Item to be moved, representing either a Column Header[micColumn], or Group Header[micGroup].
oItemToMove
String Key or Integer Index of the Item to be moved
oLocToDropOn
Enumeration value representing the relative new location for the ItemToMove in respects to the ItemToDropOn
oItemTypeToDropOn
Enumeration value of the Type of Item to be dropped on
oItemToDropOn
String Key or integer Index of an Item to be dropped on, or an array representing an empty area location in terms of new Parent Group(empty string for the band), and integer OriginX and OriginY location of the new Location.
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