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 collection by its index, use IPivotSorter.Remove.

To clear 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