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


In This Topic
CreateHyperlinkCommand Constructor(Worksheet,Int32,Int32,Int32,Int32,HyperLinkAction)
In This Topic
Initializes a new instance of the CreateHyperlinkCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As Worksheet, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal row2 As Integer, _
   ByVal column2 As Integer, _
   ByVal action As HyperLinkAction _
)
 
'Usage
 
Dim worksheet As Worksheet
Dim row As Integer
Dim column As Integer
Dim row2 As Integer
Dim column2 As Integer
Dim action As HyperLinkAction
 
Dim instance As New CreateHyperlinkCommand(worksheet, row, column, row2, column2, action)

Parameters

worksheet
row
column
row2
column2
action
See Also