Remove(Index: Integer): Boolean;
Index. Index of removed calculation method.
The Remove method removes calculation method from the collection by its index.
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.
The method use is given in the example for IMsAttributesFormulasList.FindByAttributeId.
See also: