Workbook.PivotCaches Method
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 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.