Share via


SlicerCache.VisibleSlicerItemsList Property

Gets or sets the list of MDX unique names for members at all levels of the hierarchy where manual filtering is applied.

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

Syntax

'Declaration
Property VisibleSlicerItemsList As Object
    Get
    Set
'Usage
Dim instance As SlicerCache
Dim value As Object

value = instance.VisibleSlicerItemsList

instance.VisibleSlicerItemsList = value
Object VisibleSlicerItemsList { get; set; }

Property Value

Type: System.Object
The list of MDX unique names for members at all levels of the hierarchy where manual filtering is applied.

Remarks

Read/write.

The VisibleSlicerItemsList property is only applicable for slicers that are based on OLAP data sources (SlicerCache.OLAP = true).

See Also

Reference

SlicerCache Interface

SlicerCache Members

Microsoft.Office.Interop.Excel Namespace