IPrxTableIslandSortItem.Index

Fore Syntax

Index: Integer;

Fore.NET Syntax

Index: integer;

Description

The Index property returns index of sorting condition in the collection.

Comments

To move a sorting condition to the specified position, use the IPrxTableIslandSortItem.MoveToPosition method.

Fore and Fore.NET Examples

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

See also:

IPrxTableIslandSortItem