WorksheetCollection.RefreshPivotTables

RefreshPivotTables()

Refreshes all the PivotTables in the Excel file.

public void RefreshPivotTables()

See Also


RefreshPivotTables(PivotTableRefreshOption)

Refreshes all the PivotTables in the Excel file.

public void RefreshPivotTables(PivotTableRefreshOption option)
ParameterTypeDescription
optionPivotTableRefreshOptionThe option for refreshing data source of the pivot tables.

See Also