SlicerCacheLevels Members
Include Protected Members
Include Inherited Members
Represents the collection of hierarchy levels for the OLAP data source that is filtered by a slicer.
The SlicerCacheLevels type exposes the following members.
Properties
Name | Description | |
---|---|---|
_Default | ||
Application | When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. | |
Count | Gets the number of levels in the specified SlicerCacheLevels collection, which represents the number of levels in the associated SlicerCache object. | |
Creator | Gets a 32-bit integer that indicates the application in which this object was created. | |
Item | Returns the specified SlicerCacheLevel object from the collection, or if no level is specified, returns the first SlicerCacheLevel object in the collection. | |
Parent | Gets the SlicerCache object that is the parent of the specified SlicerCacheLevels object. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() |
Top