ReportCellEventArgs.CreateReportCellArgs

Syntax

CreateReportCellArgs(Report: IReportBox; Sheet: IPrxSheet; Row: Integer; Column: Integer);

Parameters

Report. The component, for which the event is generated

Sheet. The report sheet, for which the event is generated.

Row. Index of the row containing the cell.

Column. The index of column containing the cell.

Description

The CreateReportCellArgs constructor creates an argument of events related to a table cell.

See also:

ReportCellEventArgs