Search
HyperlinkForm Constructor (Workbook, Hyperlink)
See Also
 






Initializes a new instance of the HyperlinkForm class.

Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms

 Syntax

C#  Copy Code

public HyperlinkForm (
    Workbook workbook,
    Hyperlink hyperlink
)

Visual Basic  Copy Code

Public New ( _
    workbook As Workbook, _
    hyperlink As Hyperlink _
)

 Parameters

workbook

The workbook containing the hyperlink.

hyperlink

The hyperlink to display initially in the form, or null (Nothing in Visual Basic) to leave the form blank.

 See Also