ExcelHyperLink Constructor (String, Boolean)

Office Open XML

A new hyperlink with the specified URI. This syntax is obsolete

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

Syntax

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

Parameters

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

[Missing <param name="dontEscape"/> documentation for "M:OfficeOpenXml.ExcelHyperLink.#ctor(System.String,System.Boolean)"]

See Also