SlicerCache.PivotTables Property
Gets a SlicerPivotTables collection that contains information about the PivotTables the slicer cache is currently filtering.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property PivotTables As SlicerPivotTables
Get
'Usage
Dim instance As SlicerCache
Dim value As SlicerPivotTables
value = instance.PivotTables
SlicerPivotTables PivotTables { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.SlicerPivotTables
A SlicerPivotTables collection that contains information about the PivotTables the slicer cache is currently filtering.
Remarks
Read-only.
The SlicerPivotTables collection returned by the PivotTables property will be empty if the slicer associated with the specified SlicerCache is not connected to any PivotTables.