IPrxTableIslandSort.Item

Syntax

Item(Index: Integer): 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.

Example

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

See also:

IPrxTableIslandSort