Analysis Services Programming
Remove (OlapMenuItems)
The Remove method of the OlapMenuItems collection removes an OlapMenuItem object from the collection.
Syntax
object.Remove(Index)
object
An instance of the OlapMenuItems collection.
Index
Specifies the index of the object to be removed from the collection. If it is an integer, Index specifies the ordinal position of the item in the collection. If it is a string, Index specifies the key assigned to the item when it was added to the collection.