Remove(Index: Integer): Boolean;
Remove[Index: integer]: boolean;
Index. Index of the value in collection.
The Remove method removes the specified value from collection.
Indexing of values in collection is continuous and starts with zero. To get the number of values in the collection, use the IMsDimOpenParamValues.Count property.
If the removal is successful, the method returns True, otherwise it returns False.
See also: