SlicerCacheLevels Interface

Represents the collection of hierarchy levels for the OLAP data source that is filtered by a slicer.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000244C5-0000-0000-C000-000000000046")> _
Public Interface SlicerCacheLevels _
    Inherits IEnumerable
'Usage
Dim instance As SlicerCacheLevels
[InterfaceTypeAttribute()]
[GuidAttribute("000244C5-0000-0000-C000-000000000046")]
public interface SlicerCacheLevels : IEnumerable

Remarks

When a slicer is used to filter an OLAP data source, its parent slicer cache can contain multiple hierarchy levels from the data source. Use the SlicerCacheLevels collection of the parent SlicerCache object to access the SlicerCacheLevel objects that represent these hierarchy levels. This collection is not accessible for non-OLAP data sources.

See Also

Reference

SlicerCacheLevels Members

Microsoft.Office.Interop.Excel Namespace