SlicerCacheLevel.VisibleSlicerItemsList Property
Gets the list of slicer items that are currently included in the slicer filter.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property VisibleSlicerItemsList As Object
Get
'Usage
Dim instance As SlicerCacheLevel
Dim value As Object
value = instance.VisibleSlicerItemsList
Object VisibleSlicerItemsList { get; }
Property Value
Type: System.Object
The list of slicer items that are currently included in the slicer filter.
Remarks
Read-only.
The list of slicer items are returned as MDX unique name strings. If this list is empty, the slicer is not filtering the data source and all slicer tiles are displayed as selected.