MindFusion.Wpf Pack Programmer's Guide
HyperlinkForm Constructor (Workbook, Hyperlink)
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,
    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

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