PivotTable.PivotCache Method
Returns a PivotCache object that represents the cache for the specified PivotTable report. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function PivotCache As PivotCache
'Usage
Dim instance As PivotTable
Dim returnValue As PivotCache
returnValue = instance.PivotCache()
PivotCache PivotCache()
Return Value
Type: Microsoft.Office.Interop.Excel.PivotCache