The DimComboSortDirection enumeration contains options of sorting dictionary elements by name.
It is used by the IBindingDimCombo.SortDirection property.
Value | Brief description |
0 | None. Dictionary elements are not sorted. |
1 | Ascending. Dictionary elements are sorted in ascending and alphabetical order or by text values of numbers. |
2 | Descending. Dictionary elements are sorted in descending and alphabetical order or by text values of numbers. |
See also: