IPrxTableIslandSort.Remove

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.

Example

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

See also:

IPrxTableIslandSort