Search
HyperlinkForm Constructor (Workbook, String)
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,
    string target
)

Visual Basic  Copy Code

Public New ( _
    workbook As Workbook, _
    target As String _
)

 Parameters

workbook

The workbook containing the hyperlink.

target

The hyperlink target to use in the form.

 See Also