IMsAttributesFormulasList.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of removed calculation method.

Description

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

Comments

The value of the Index property must be a non-negative number but less than a value of the IMsAttributesFormulasList.Count property. The index of the first element in the collection is 0, the last one is IMsAttributesFormulasList.Count - 1. Index numbering is continuous.

If the object was removed successfully, the method returns True, the value of the IMsAttributesFormulasList.Count property decreases by one; otherwise it returns False.

Example

The method use is given in the example for IMsAttributesFormulasList.FindByAttributeId.

See also:

IMsAttributesFormulasList