Version

SortField Method (IXamTreeGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Sort by the supplied field.", Documentation="Sort the records by field [%a1] in direction [%2].")>
Sub SortField( _
   ByVal oField As System.Object, _
   ByVal oSortDirection As System.Object, _
   Optional ByVal bExtendSort As System.Boolean _
) 
[TypeInfoMethod(Description="Sort by the supplied field.", Documentation="Sort the records by field [%a1] in direction [%2].")]
void SortField( 
   System.object oField,
   System.object oSortDirection,
   System.bool bExtendSort
)
[TypeInfoMethod(Description="Sort by the supplied field.", Documentation="Sort the records by field [%a1] in direction [%2].")]
void SortField( 
   System.Object* oField,
   System.Object* oSortDirection,
   System.bool bExtendSort
) 

Parameters

oField
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