ExcelHyperLink Constructor (String)

Office Open XML

A new hyperlink with the specified URI

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelHyperLink(
	string uriString
)
Visual Basic (Declaration)
Public Sub New ( _
	uriString As String _
)
Visual C++
public:
ExcelHyperLink(
	String^ uriString
)

Parameters

uriString
Type: System..::.String
The URI

See Also