MindFusion.Wpf Pack Programmer's Guide
HyperlinkForm Constructor (Workbook, String)
See Also
 





Initializes a new instance of the HyperlinkForm class.

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.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

HyperlinkForm Constructor Overload List
HyperlinkForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace