C# Class OfficeOpenXml.ExcelHyperLink

HyperlinkClass
Inheritance: System.Uri
Show file Open project: ylatuya/EPPlus Class Usage Examples

Public Methods

Method Description
ExcelHyperLink ( string uriString ) : System

A new hyperlink with the specified URI

ExcelHyperLink ( string uriString, UriKind uriKind ) : System

A new hyperlink with the specified URI and kind

ExcelHyperLink ( string referenceAddress, string display ) : System

Sheet internal reference

Private Methods

Method Description
ExcelHyperLink ( Uri originalUri ) : System

Intended for non absolute uri's.

ExcelHyperLink ( string uriString, bool dontEscape ) : System

Method Details

ExcelHyperLink() public method

A new hyperlink with the specified URI
public ExcelHyperLink ( string uriString ) : System
uriString string The URI
return System

ExcelHyperLink() public method

A new hyperlink with the specified URI and kind
public ExcelHyperLink ( string uriString, UriKind uriKind ) : System
uriString string The URI
uriKind UriKind Kind (absolute/relative or indeterminate)
return System

ExcelHyperLink() public method

Sheet internal reference
public ExcelHyperLink ( string referenceAddress, string display ) : System
referenceAddress string Address
display string Displayed text
return System