IPivotTable.ChangePivotCache Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ChangePivotCache ( _
PivotCache As Object _
)
'Usage
Dim instance As IPivotTable
Dim PivotCache As Object
instance.ChangePivotCache(PivotCache)
void ChangePivotCache(
Object PivotCache
)
Parameters
- PivotCache
Type: System.Object