IPivotSorter.Move

Syntax

Move(IndexFrom: Integer; IndexTo: Integer);

Parameters

IndexFrom. Index of the position, from which sorting must be moved.

IndexTo. Index of the position, to which sorting must be moved.

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