public CreateHyperlinkCommand( Worksheet worksheet, int row, int column, int row2, int column2, HyperLinkAction action )
'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