Remove(Index: Integer): Boolean;
Index. Index of dimension in the collection.
The Remove method removes dimension from the collection by its index.
Indexing of dimensions in the collection is continuous and starts with zero.
To get the number of dimensions in the collection, use the IMsDimensionFilterList.Count property.
If the dimension is removed successfully, the method returns True, otherwise it returns False.
See also: