Report > Report Assembly Classes > ReportEvents > ReportEvents.OnCellChange
OnCellChange(Sheet: IPrxSheet; Row: Integer; Column: Integer; Value: Variant);
Sheet. Report sheet that has generated the event.
Row. Row generated event.
Column. Column generated event.
Value. Value of the cell generated event.
The OnCellChange method implements the event that occurs on changing a regular report cell value.
On calling the method, the IPrxReportUserEvents.EventOnCellChange event that can be redefined, if required, is handled in parallel in core.
The method use is given in the example for IPrxReportUserEvents.EventOnCellChange.
See also: