Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnCellChange

ReportEvents.OnCellChange

Syntax

OnCellChange(Sheet: IPrxSheet; Row: Integer; Column: Integer; Value: Variant);

Parameters

Sheet. Report sheet that has generated the event.

Row. Row generated event.

Column. Column generated event.

Value. Value of the cell generated event.

Description

The OnCellChange method implements the event that occurs on changing a regular report cell value.

Comments

On calling the method, the IPrxReportUserEvents.EventOnCellChange event that can be redefined, if required, is handled in parallel in core.

Example

The method use is given in the example for IPrxReportUserEvents.EventOnCellChange.

See also:

ReportEvents