Class ExcelHyperLink
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public class ExcelHyperLink : Uri, ISpanFormattable, IFormattable, ISerializable
- Inheritance
-
Uri
ExcelHyperLink
- Implements
-
- Inherited Members
-
Uri.UriSchemeFile
Uri.UriSchemeFtp
Uri.UriSchemeSftp
Uri.UriSchemeFtps
Uri.UriSchemeGopher
Uri.UriSchemeHttp
Uri.UriSchemeHttps
Uri.UriSchemeWs
Uri.UriSchemeWss
Uri.UriSchemeMailto
Uri.UriSchemeNews
Uri.UriSchemeNntp
Uri.UriSchemeSsh
Uri.UriSchemeTelnet
Uri.UriSchemeNetTcp
Uri.UriSchemeNetPipe
Uri.SchemeDelimiter
Uri.GetLeftPart(UriPartial)
Uri.GetHashCode()
Uri.ToString()
Uri.MakeRelativeUri(Uri)
Uri.MakeRelative(Uri)
Uri.Canonicalize()
Uri.Parse()
Uri.Escape()
Uri.CheckSecurity()
Uri.TryCreate(Uri, Uri, out Uri)
Uri.GetComponents(UriComponents, UriFormat)
Uri.IsWellFormedOriginalString()
Uri.IsBaseOf(Uri)
Uri.AbsolutePath
Uri.AbsoluteUri
Uri.LocalPath
Uri.Authority
Uri.HostNameType
Uri.IsDefaultPort
Uri.IsFile
Uri.IsLoopback
Uri.PathAndQuery
Uri.Segments
Uri.IsUnc
Uri.Host
Uri.Port
Uri.Query
Uri.Fragment
Uri.Scheme
Uri.OriginalString
Uri.DnsSafeHost
Uri.IdnHost
Uri.IsAbsoluteUri
Uri.UserEscaped
Uri.UserInfo
- Extension Methods
-
Constructors
ExcelHyperLink(string)
public ExcelHyperLink(string uriString)
Parameters
uriString
string
ExcelHyperLink(string, bool)
[Obsolete("base constructor 'System.Uri.Uri(string, bool)' is obsolete: 'The constructor has been deprecated. Please use new ExcelHyperLink(string). The dontEscape parameter is deprecated and is always false.")]
public ExcelHyperLink(string uriString, bool dontEscape)
Parameters
uriString
string
dontEscape
bool
ExcelHyperLink(string, string)
public ExcelHyperLink(string referenceAddress, string display)
Parameters
referenceAddress
string
display
string
ExcelHyperLink(string, UriKind)
public ExcelHyperLink(string uriString, UriKind uriKind)
Parameters
uriString
string
uriKind
UriKind
Properties
ColSpann
public int ColSpann { get; set; }
Property Value
- int
Display
public string Display { get; set; }
Property Value
- string
OriginalUri
public Uri OriginalUri { get; }
Property Value
- Uri
ReferenceAddress
public string ReferenceAddress { get; set; }
Property Value
- string
RowSpann
public int RowSpann { get; set; }
Property Value
- int
public string ToolTip { get; set; }
Property Value
- string