Back to Devexpress

TcxPivotGridChartGetDataCellsEvent Type

vcl-cxpivotgridchartconnection-af8974ba.md

latest872 B
Original Source

TcxPivotGridChartGetDataCellsEvent Type

Declaration

delphi
TcxPivotGridChartGetDataCellsEvent = procedure(Sender: TcxPivotGridChartConnection; ACol: Integer; ARow: Integer; ACell: TcxPivotGridCrossCellSummary; var AUseInCalculations: Boolean) of object;

Parameters

NameType
SenderTcxPivotGridChartConnection
AColInteger
ARowInteger
ACellTcxPivotGridCrossCellSummary
AUseInCalculationsBoolean

See Also

cxPivotGridChartConnection Unit