Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HyperlinkForm Class / HyperlinkForm Constructor
The worksheet to add/edit hyperlink.


In This Topic
HyperlinkForm Constructor
In This Topic
Initializes a new instance of the HyperlinkForm class.
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As IWorksheet _
)
 
'Usage
 
Dim worksheet As IWorksheet
 
Dim instance As New HyperlinkForm(worksheet)

Parameters

worksheet
The worksheet to add/edit hyperlink.
See Also