SlicerCacheLevel Members
Include Protected Members
Include Inherited Members
Represents a level of a hierarchy in an OLAP data source being filtered by a slicer.
The SlicerCacheLevel type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | When used without an object qualifier, this property gets an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property gets an Application object that represents the creator of the specified object. | |
Count | Gets the number of SlicerItem objects in the specified SlicerCacheLevel object. | |
Creator | Gets a 32-bit integer that indicates the application in which this object was created. | |
CrossFilterType | Gets or sets whether a slicer is participating in cross filtering with other slicers that share the same slicer cache, and how cross filtering is displayed. | |
Name | Gets the MDX unique name of OLAP hierarchy level represented by the object. | |
Ordinal | Gets the one-based ordinal value of the hierarchy level represented by the specified SlicerCacheLevel object. | |
Parent | Gets the SlicerCache object for the specified SlicerCacheLevel object. | |
SlicerItems | Gets a SlicerItems collection that contains the collection of all slicer items for the specified level. | |
SortItems | Gets or sets whether the items in the slicer are sorted. | |
VisibleSlicerItemsList | Gets the list of slicer items that are currently included in the slicer filter. |
Top