Aspose::Cells::WorksheetCollection::RefreshPivotTables method
WorksheetCollection::RefreshPivotTables() method
Refreshes all the PivotTables in the Excel file.
void Aspose::Cells::WorksheetCollection::RefreshPivotTables()
See Also
- Class Vector
- Class WorksheetCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
WorksheetCollection::RefreshPivotTables(const PivotTableRefreshOption&) method
Refreshes all the PivotTables in the Excel file.
void Aspose::Cells::WorksheetCollection::RefreshPivotTables(const PivotTableRefreshOption &option)
Parameter | Type | Description |
---|---|---|
option | const PivotTableRefreshOption& | The option for refreshing data source of the pivot tables. |
See Also
- Class Vector
- Class PivotTableRefreshOption
- Class WorksheetCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++