Version

SwapHeaders Method (WinGridReplayServerBase)

Swap two headers, group or column, with another of the same type
Syntax
'Declaration
 
Public Overridable Sub SwapHeaders( _
   ByVal iBand As System.Integer, _
   ByVal oItemType As System.Object, _
   ByVal oItem As System.Object, _
   ByVal oItemSwapped As System.Object _
) 
public virtual void SwapHeaders( 
   System.int iBand,
   System.object oItemType,
   System.object oItem,
   System.object oItemSwapped
)

Parameters

iBand
Integer index of the Parent Band
oItemType
Enumeration value of the type of Item to be moved, representing either a Column Header[micColumn], or Group Header[micGroup].
oItem
String Key or Integer Index of the item to initiate the swap.
oItemSwapped
String Key or Integer Index of the item to be swapped with.
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