'Declaration Public Function New( _ ByVal description As String, _ ByVal uri As String _ )
'Usage Dim description As String Dim uri As String Dim instance As New ExcelHyperLink(description, uri)
public ExcelHyperLink( string description, string uri )
Parameters
- description
- The description text that is show in the excel instead of the real link
- uri
- The real address of the link location