Remove
The Remove method of the OlapMenuItems collection removes an OlapMenuItem object from the collection.
Syntax
Remove(Index)
Calling Arguments
- Index
- Specifies the OlapMenuItem object to be removed from the collection. If an integer, Index specifies the ordinal position of the item in the collection. If a string, Index specifies the key assigned to the item when it was added to the collection.
(c) 1988-1998 Microsoft Corporation. All Rights Reserved.