Aspose::Cells::WorksheetCollection::RefreshPivotTables method

WorksheetCollection::RefreshPivotTables() method

Refreshes all the PivotTables in the Excel file.

void Aspose::Cells::WorksheetCollection::RefreshPivotTables()

See Also

WorksheetCollection::RefreshPivotTables(const PivotTableRefreshOption&) method

Refreshes all the PivotTables in the Excel file.

void Aspose::Cells::WorksheetCollection::RefreshPivotTables(const PivotTableRefreshOption &option)
ParameterTypeDescription
optionconst PivotTableRefreshOption&The option for refreshing data source of the pivot tables.

See Also