PivotTable.RefreshTable Method
Refreshes the PivotTable report from the source data. Returns True if it’s successful.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function RefreshTable As Boolean
'Usage
Dim instance As PivotTable
Dim returnValue As Boolean
returnValue = instance.RefreshTable()
bool RefreshTable()
Return Value
Type: System.Boolean