Move(IndexFrom: Integer; IndexTo: Integer);
Move(IndexFrom: integer; IndexTo: integer);
IndexFrom. Index of the position, fro which it is required to move sorting.
IndexTo. Index of the position, to which it is required to move sorting.
The Move method moves sorting inside the collection.
To get sorting by its index in the collection, use IPivotSorter.Item.
See also: