SlicerCacheLevel Interface

Represents a level of a hierarchy in an OLAP data source being filtered by a slicer.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000244C6-0000-0000-C000-000000000046")> _
Public Interface SlicerCacheLevel
'Usage
Dim instance As SlicerCacheLevel
[InterfaceTypeAttribute()]
[GuidAttribute("000244C6-0000-0000-C000-000000000046")]
public interface SlicerCacheLevel

Remarks

When a slicer is used to filter an OLAP data source, the slicer cache it is associated with 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.

See Also

Reference

SlicerCacheLevel Members

Microsoft.Office.Interop.Excel Namespace