TabHyperlinkClickEventArgs.Create

Syntax

Create(Sheet: ITabSheetBox; Row: Integer; Column: Integer; Type: TabHyperlinkObjectType);

Properties

Sheet. The TabSheetBox object to which the event appears

Row. The number of row, for which the event occurs.

Column. Number of column to which the event appears

Type. The element type located in the cell with hyperlink.

Description

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

See also:

TabHyperlinkClickEventArgs