SlicerCache.PivotTables Property

Definition

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.

Applies to