IPrxTableIslandSort.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of sorting conditions of relational data area.

Comments

To add a sorting condition to the collection, use the IPrxTableIslandSort.Add method.

Fore and Fore.NET Examples

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

See also:

IPrxTableIslandSort