IPivotSorter.Remove

Fore Syntax

Remove(Index: Integer);

Fore.NET 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 a sorting to the collection, use IPivotSorter.Remove.

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

See also:

IPivotSorter