Version

Sort Method (WinTreeReplayServer)

Sorts the specified column
Syntax
'Declaration
 
Public Sub Sort( _
   ByVal columnSet As System.String, _
   ByVal columnKey As System.String, _
   ByVal sortType As System.String _
) 
public void Sort( 
   System.string columnSet,
   System.string columnKey,
   System.string sortType
)

Parameters

columnSet
The Key of the ColumnSet for the Column
columnKey
The Key of the Column
sortType
The SortType that is applied to the Column
Remarks

Note: If there is more then one instance of the label on the form, the topmost label will be brough in to view and have the sort applied to 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