IPivotSorter.Move

Fore Syntax

Move(IndexFrom: Integer; IndexTo: Integer);

Fore.NET Syntax

Move(IndexFrom: integer; IndexTo: integer);

Parameters

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.

Description

The Move method moves sorting inside the collection.

Comments

To get sorting by its index in the collection, use IPivotSorter.Item.

See also:

IPivotSorter