Initializes a new instance of the
ExcelHyperLink class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
'Usage
Dim description As System.String
Dim uri As System.String
Dim instance As New ExcelHyperLink(description, uri)
public ExcelHyperLink(
System.string ,
System.string
)
Parameters
- description
- The description text that is show in the excel instead of the real link
- uri
- The real address of the link location
Exceptions
Exception | Description |
System.ArgumentException | throws when the uri is not a valid uri |
See Also