Search
HyperlinkForm Constructor (Workbook)
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
)

Visual Basic  Copy Code

Public New ( _
    workbook As Workbook _
)

 Parameters

workbook

The workbook containing the hyperlink.

 See Also