C# 클래스 OfficeOpenXml.ExcelHyperLink

HyperlinkClass
상속: System.Uri
파일 보기 프로젝트 열기: ylatuya/EPPlus 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ExcelHyperLink ( Uri originalUri ) : System

Intended for non absolute uri's.

ExcelHyperLink ( string uriString, bool dontEscape ) : System

메소드 상세

ExcelHyperLink() 공개 메소드

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

ExcelHyperLink() 공개 메소드

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)
리턴 System

ExcelHyperLink() 공개 메소드

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