IPivotSorter.Add

Syntax

Add: IPivotSortItem;

Description

The Add method adds sorting to a table.

Comments

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

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

Example

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

See also:

IPivotSorter