Share via


_Workbook.PivotCaches Method

Returns a PivotCaches collection that represents all the PivotTable caches in the specified workbook. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function PivotCaches As PivotCaches
'Usage
Dim instance As _Workbook
Dim returnValue As PivotCaches

returnValue = instance.PivotCaches()
PivotCaches PivotCaches()

Return Value

Type: Microsoft.Office.Interop.Excel.PivotCaches

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace