_Workbook.SlicerCaches Property
Gets the SlicerCaches object associated with the workbook.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property SlicerCaches As SlicerCaches
Get
'Usage
Dim instance As _Workbook
Dim value As SlicerCaches
value = instance.SlicerCaches
SlicerCaches SlicerCaches { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.SlicerCaches
The SlicerCaches object associated with the workbook.
Remarks
Read/write.