ReportHyperlinkClickEventArgs.Create

Syntax

Create (Report: IReportBox; Sheet: IPrxSheet; Row: Integer; Column: Integer; Type: TabHyperlinkObjectType);

Parameters

Report. The component, for which event is generated.

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

Row. Number of the column, for which the event occurs.

Column. Number of the column, for which the event occurs.

Type. The type of the element stored in the hyperlink cell.

Description

The Create constructor creates the argument of the event that occurs on clicking hyperlink in table cell.

See also:

ReportHyperlinkClickEventArgs