Workbook.PivotCaches Method

Definition

Gets a PivotCaches collection that represents all the PivotTable caches in the specified workbook.

public:
 Microsoft::Office::Interop::Excel::PivotCaches ^ PivotCaches();
public Microsoft.Office.Interop.Excel.PivotCaches PivotCaches ();
abstract member PivotCaches : unit -> Microsoft.Office.Interop.Excel.PivotCaches
Public Function PivotCaches () As PivotCaches

Returns

A PivotCaches collection that represents all the PivotTable caches in the specified workbook.

Applies to