IPrxTableIslandSort.Item

Fore Syntax

Item(Index: Integer): IPrxTableIslandSortItem;

Fore.NET Syntax

Item(Index: integer): Prognoz.Platform.Interop.Report.IPrxTableIslandSortItem;

Parameters

Index. Index of sorting condition in the collection.

Description

The Item property returns relational data area sorting condition by index.

Comments

To get the number of relational data area sorting conditions, use the IPrxTableIslandSort.Count property.

Fore and Fore.NET Examples

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

See also:

IPrxTableIslandSort