Version

SortColumn Method (WinListViewRecordReplayServer)

Sort items in the list view according to specific column.
Syntax
'Declaration
 
Public Sub SortColumn( _
   ByVal column As System.Object, _
   ByVal sortType As System.String _
) 
public void SortColumn( 
   System.object column,
   System.string sortType
)

Parameters

column
The column to use for sorting.
sortType
Sort typem, can be one of the following: Ascending, Descending, None.
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