Spread Silverlight Documentation
ExcelHyperLink Constructor


The description text that is show in the excel instead of the real link
The real address of the link location
Initializes a new instance of the ExcelHyperLink class.
Syntax
'Declaration
 
Public Function New( _
   ByVal description As System.String, _
   ByVal uri 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 description,
   System.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
Exceptions
ExceptionDescription
System.ArgumentExceptionthrows when the uri is not a valid uri
Remarks
If the passed description is a null reference (Nothing in Visual Basic), it will use the uri as the description.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelHyperLink Class
ExcelHyperLink Members

 

 


Copyright © GrapeCity, inc. All rights reserved.