Version

Sort Method (WinGridReplayServerBase)

Sort rows
Syntax
'Declaration
 
Public Overridable Sub Sort( _
   ByVal bandLevel As System.Integer, _
   ByVal column As System.Object, _
   ByVal order As System.String, _
   Optional ByVal obExtendSort As System.Object _
) 
public virtual void Sort( 
   System.int bandLevel,
   System.object column,
   System.string order,
   System.object obExtendSort
)

Parameters

bandLevel
band index in the grid.
column
Column is a column key or column index
order
Order can be �Ascending� or �Descending�
obExtendSort
If true will add this column to any existing column sorting.
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