Version

SortColumn Method

Syntax
'Declaration
 
Public Sub SortColumn( _
   ByVal oColumn As System.Object, _
   ByVal oSortDirection As System.Object, _
   Optional ByVal bExtendSort As System.Boolean _
) 
public void SortColumn( 
   System.object oColumn,
   System.object oSortDirection,
   System.bool bExtendSort
)
public: void SortColumn( 
   System.Object* oColumn,
   System.Object* oSortDirection,
   System.bool bExtendSort
) 

Parameters

oColumn
oSortDirection
bExtendSort
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