Aspose::Cells::Pivot::PivotTable::RefreshData method
Contents
[
Hide
]PivotTable::RefreshData() method
Refreshes pivottable’s data and setting from it’s data source.
PivotRefreshState Aspose::Cells::Pivot::PivotTable::RefreshData()
Remarks
We will gather data from data source to a pivot cache ,then calculate the data in the cache to the cells. This method is only used to gather all data to a pivot cache.
See Also
- Enum PivotRefreshState
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTable::RefreshData(const PivotTableRefreshOption&) method
Refreshes pivottable’s data and setting from it’s data source with options.
PivotRefreshState Aspose::Cells::Pivot::PivotTable::RefreshData(const PivotTableRefreshOption &option)
Parameter | Type | Description |
---|---|---|
option | const PivotTableRefreshOption& | The options for refreshing data source of pivot table. |
See Also
- Enum PivotRefreshState
- Class Vector
- Class PivotTableRefreshOption
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++