SlicerCache.PivotTables Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a SlicerPivotTables collection that contains information about the PivotTables the slicer cache is currently filtering.
public:
property Microsoft::Office::Interop::Excel::SlicerPivotTables ^ PivotTables { Microsoft::Office::Interop::Excel::SlicerPivotTables ^ get(); };
public Microsoft.Office.Interop.Excel.SlicerPivotTables PivotTables { get; }
Public ReadOnly Property PivotTables As SlicerPivotTables
Property Value
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.