Remove(Index: Integer): Boolean;
Index. Collection element index.
The Remove method removes element with the specified key from the collection.
Indexing of collection elements is continuous and starts with zero. To get the number of collection elements, use the IMsCalculationChainFilter.Count property.
If removal is successful, the method returns True, otherwise it returns False.
See also: