IPrxTableIslandSort.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Index of sorting condition in the collection.

Description

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

Comments

The method returns True if the removal was successful.

To add a sorting condition to the collection, use the IPrxTableIslandSort.Add method.

Fore and Fore.NET Examples

The property use is given in the example for IPrxTableIslandLayout.Sort.

See also:

IPrxTableIslandSort