Orders: ICustomDimOrders;
The Orders property returns collection of attributes by which elements are sorted.
Sorting order is determined by attribute location order in collection: first, values of the first attribute are used for sorting, next, values of the second and so on. By default the attribute with the Order purpose is included to the sorting collection.
The example of use is given in description of the ICustomDimOrders.Add method.
See also: