IPivotSorter.Add

Fore Syntax

Add: IPivotSortItem;

Fore.NET Syntax

Add(): Prognoz.Platform.Interop.Pivot.IPivotSortItem;

Description

The Add method adds sorting to a table.

Comments

To remove sorting from the collection by its index, use IPivotSorter.Remove.

To clear the collection of sortings, use IPivotSorter.Clear.

Fore and Fore.NET Examples

The method use is given in the example for IPivotSortItem.IndexInHeader.

See also:

IPivotSorter