Share via


SlicerCache.Slicers Property

Gets a Slicers collection that contains the collection of Slicer objects associated with the specified SlicerCache.

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

Syntax

'Declaration
ReadOnly Property Slicers As Slicers
    Get
'Usage
Dim instance As SlicerCache
Dim value As Slicers

value = instance.Slicers
Slicers Slicers { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Slicers
A Slicers collection that contains the collection of Slicer objects associated with the specified SlicerCache.

Remarks

Read-only.

See Also

Reference

SlicerCache Interface

SlicerCache Members

Microsoft.Office.Interop.Excel Namespace