This example shows how to calculate a percent of a current cell related to the first row value, regardless of the current sorting.
To accomplish this task, handle the PivotGridControl.CustomCellValue event. To obtain a cell value, address it. Create arrays of row and column values corresponding to the desired cell, and call the GetCellValue method, passing them in arguments.
See Also:
Get summary values for previous period while calculating the current one