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