Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CreateHyperlinkCommand Class / CreateHyperlinkCommand Constructor / CreateHyperlinkCommand Constructor(Worksheet,Shape)


In This Topic
CreateHyperlinkCommand Constructor(Worksheet,Shape)
In This Topic
Initializes a new instance of the CreateHyperlinkCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As Worksheet, _
   ByVal shape As Shape _
)
 
'Usage
 
Dim worksheet As Worksheet
Dim shape As Shape
 
Dim instance As New CreateHyperlinkCommand(worksheet, shape)

Parameters

worksheet
shape
See Also