TcxPivotGridChartGetDataCellsEvent Type
Declaration
TcxPivotGridChartGetDataCellsEvent = procedure(Sender: TcxPivotGridChartConnection; ACol: Integer; ARow: Integer; ACell: TcxPivotGridCrossCellSummary; var AUseInCalculations: Boolean) of object;
Parameters
Name | Type |
---|---|
Sender | TcxPivotGridChartConnection |
ACol | Integer |
ARow | Integer |
ACell | TcxPivotGridCrossCellSummary |
AUseInCalculations | Boolean |
See Also