WorksheetCollection.RefreshPivotTables
RefreshPivotTables()
Refreshes all the PivotTables in the Excel file.
public void RefreshPivotTables()
See Also
- class WorksheetCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
RefreshPivotTables(PivotTableRefreshOption)
Refreshes all the PivotTables in the Excel file.
public bool RefreshPivotTables(PivotTableRefreshOption option)
Parameter | Type | Description |
---|---|---|
option | PivotTableRefreshOption | The option for refreshing data source of the pivot tables. |
See Also
- class PivotTableRefreshOption
- class WorksheetCollection
- namespace Aspose.Cells
- assembly Aspose.Cells