This document is archived and information here might be outdated. Recommended version. |
Field sort order.
[Visual Basic .NET] Public Sub set_Ascending ( _ ByVal Field As String, _ ByVal A_2 As Boolean _ )
[C#] public void set_Ascending ( string Field, bool A_2 );
[C++]
HRESULT put_Ascending(
BSTR Field,
VARIANT_BOOL
);
[C++]
Parameters Field [in]
Field is a parameter of type BSTR [in]
is a parameter of type bool