Version

SortColumn Method (WinPivotGridRecordReplayServer)

Sort the Column identified
Syntax
'Declaration
 
Public Sub SortColumn( _
   ByVal oColumnArg As System.Object, _
   ByVal oeSortDirection As System.Object, _
   Optional ByVal bExtend As System.Boolean _
) 
public void SortColumn( 
   System.object oColumnArg,
   System.object oeSortDirection,
   System.bool bExtend
)

Parameters

oColumnArg
array of strings path or integer index representing the column
oeSortDirection
enumerated value reprsenting the direction to sort the column
bExtend
if true, and the pivot grid is already sorted by another column, adds this sort instead of replacing it
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