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 page, for which the event is generated.

Row. The index of 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