GridPivotTable.CalculateData
GridPivotTable.CalculateData method
Calculates pivottable’s data to cells.
public void CalculateData()
Remarks
Cell.Value in the pivot range could not return the correct result if the method is not been called. This method caclulates data with an inner pivot cache,not original data source. So if the data source is changed, please call RefreshData() method first.
See Also
- class GridPivotTable
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop