Count (OlapMenuItems)
The Count property of an OlapMenuItems collection returns the number of items in the collection.
Syntax
object.Count
object
An instance of the OlapMenuItems collection.
Data Type
Long
Remarks
Use this property to iterate through a collection of menu items.
See Also
OlapMenuItems