IPivotSorter.Remove

Syntax

Remove(Index: Integer);

Parameters

Index. Sorting index in the collection.

Description

The Remove method removes sorting from the collection by its index.

Comments

To add sorting to the collection, use IPivotSorter.Add.

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

See also:

IPivotSorter