public CreateHyperlinkCommand( Worksheet worksheet, Shape shape, string address, string subAddress, string screenTip )
'Declaration Public Function New( _ ByVal worksheet As Worksheet, _ ByVal shape As Shape, _ ByVal address As String, _ ByVal subAddress As String, _ ByVal screenTip As String _ )
'Declaration
Public Function New( _ ByVal worksheet As Worksheet, _ ByVal shape As Shape, _ ByVal address As String, _ ByVal subAddress As String, _ ByVal screenTip As String _ )
'Usage Dim worksheet As Worksheet Dim shape As Shape Dim address As String Dim subAddress As String Dim screenTip As String Dim instance As New CreateHyperlinkCommand(worksheet, shape, address, subAddress, screenTip)
'Usage
Dim worksheet As Worksheet Dim shape As Shape Dim address As String Dim subAddress As String Dim screenTip As String Dim instance As New CreateHyperlinkCommand(worksheet, shape, address, subAddress, screenTip)
CreateHyperlinkCommand Class CreateHyperlinkCommand Members Overload List