IPivotSorter.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of sortings in the collection.

Comments

To get sorting by its index in the collection, use IPivotSorter.Item.

See also:

IPivotSorter