IPivotTable.RefreshTable Method
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 IPivotTable
Dim returnValue As Boolean
returnValue = instance.RefreshTable()
bool RefreshTable()
Return Value
Type: System.Boolean