GrapeCity.Xaml.Excel
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 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
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 Server 2012, Windows RT

See Also

Reference

ExcelHyperLink Class
ExcelHyperLink Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options