Slicer.SlicerCache Property
Gets the SlicerCache object associated with the slicer.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property SlicerCache As SlicerCache
Get
'Usage
Dim instance As Slicer
Dim value As SlicerCache
value = instance.SlicerCache
SlicerCache SlicerCache { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.SlicerCache
The SlicerCache object associated with the slicer.
Remarks
Read-only.