IPivotSorter.Remove

Fore Syntax

Remove(Index: Integer);

Fore.NET Syntax

Remove(Index: integer);

Parameters

Index. Sorting index in collection.

Description

The Remove method removes sorting from collection by its index.

Comments

To add sorting to collection, use IPivotSorter.Remove.

To clear collection of sortings, use IPivotSorter.Clear.

See also:

IPivotSorter