IPrxTableIslandSortItem.MoveToPosition

Fore Syntax

MoveToPosition(Position: Integer);

Fore.NET Syntax

MoveToPosition(Position: integer);

Parameters

Position. Position of sorting condition in the collection.

Description

The MoveToPosition method moves sorting condition to the specified position.

Comments

To move sorting condition to the first position, use the IPrxTableIslandSortItem.MoveFirst method.

Fore and Fore.NET Examples

The property use is given in the example for IPrxTableIslandLayout.Sort.

See also:

IPrxTableIslandSortItem