ReportCellContentChangeEventArgs.Create

Syntax

Create(

Report: IReportBox;

Sheet: IPrxSheet;

Row: Integer;

Column: Integer;

Value: Variant;

Type: TabCellContentChange);

Parameters

Report - the ReportBox object (regular report), for which the event occurs.

Sheet - the report sheet, on which the event occurs.

Row - the row, in which the event occurs.

Column - the column, in which the event occurs.

Value - the value that is to be saved into the cell.

Type - the type of the value to be saved to the cell.

Description

The Create constructor creates an argument of the event that occurs on changing contents of the data grid cell.

See also:

ReportCellContentChangeEventArgs