This document is archived and information here might be outdated. Recommended version. |
Get a sorting field and type.
[Visual Basic .NET]
Public Sub GetSortingField ( _
ByVal idx As Integer, _
ByRef strField As String, _
ByRef bAscending As Boolean _
)
[C#]
public void GetSortingField (
int idx,
ref string strField,
ref bool bAscending
);
[C++]
HRESULT GetSortingField(
long idx,
System.String* strField,
Boolean* bAscending
);
[C++] Parameters idx [in]
idx is a parameter of type long strField [out]
strField is a parameter of type BSTR* bAscending [in, out]
bAscending is a parameter of type bool*