OrderDirection Property
Description
The sort order: TDOLE_ASCENDING or TDOLE_DESCENDING.
Property type
Read-write property
Syntax
Visual Basic
Public Property OrderDirection( _
   ByVal FieldName As String _
) As Integer
Parameters
FieldName
The name of the field in the project database.
See Also