refresh_pivot_tables method

refresh_pivot_tables

Refreshes all the PivotTables in this Worksheet.

def refresh_pivot_tables(self):
    ...

refresh_pivot_tables

Refreshes all the PivotTables in this Worksheet.

def refresh_pivot_tables(self, option):
    ...
ParameterTypeDescription
optionaspose.cells.pivot.PivotTableRefreshOptionThe option for refreshing data source of pivot table.

See Also