Méthode | Description | |
---|---|---|
CellAdded ( object cellDataValue, bool isNewGroupStarted ) : void |
Fires after adding a cell to the main table.
|
|
ProcessingBoundary ( IList |
A general method which takes a list of data and calculates its corresponding aggregate value. It will be used to calculate the aggregate value of each pages individually, with considering the previous pages data.
|
Méthode | Description | |
---|---|---|
checkNewGroupStarted ( bool newGroupStarted ) : void | ||
groupAvg ( double cellValue ) : void | ||
overallAvg ( double cellValue ) : void |
public CellAdded ( object cellDataValue, bool isNewGroupStarted ) : void | ||
cellDataValue | object | Current cell's data |
isNewGroupStarted | bool | Indicated starting a new group |
Résultat | void |
public ProcessingBoundary ( IList |
||
columnCellsSummaryData | IList |
List of data |
Résultat | object |