Class XLHyperlink
- Namespace
- SlapKit.Excel.Excel
- Assembly
- SlapKit.Excel.dll
- Inheritance
-
XLHyperlink
- Inherited Members
-
- Extension Methods
-
Constructors
XLHyperlink(IXLCell)
public XLHyperlink(IXLCell cell)
Parameters
cell IXLCell
XLHyperlink(IXLCell, string)
public XLHyperlink(IXLCell cell, string tooltip)
Parameters
cell IXLCell
tooltip string
XLHyperlink(IXLRangeBase)
public XLHyperlink(IXLRangeBase range)
Parameters
range IXLRangeBase
XLHyperlink(IXLRangeBase, string)
public XLHyperlink(IXLRangeBase range, string tooltip)
Parameters
range IXLRangeBase
tooltip string
XLHyperlink(string)
public XLHyperlink(string address)
Parameters
address string
XLHyperlink(string, string)
public XLHyperlink(string address, string tooltip)
Parameters
address string
tooltip string
XLHyperlink(Uri)
public XLHyperlink(Uri uri)
Parameters
uri Uri
XLHyperlink(Uri, string)
public XLHyperlink(Uri uri, string tooltip)
Parameters
uri Uri
tooltip string
Properties
Cell
public IXLCell Cell { get; }
Property Value
- IXLCell
ExternalAddress
public Uri ExternalAddress { get; set; }
Property Value
- Uri
InternalAddress
public string InternalAddress { get; set; }
Property Value
- string
IsExternal
public bool IsExternal { get; set; }
Property Value
- bool
public string Tooltip { get; set; }
Property Value
- string
Methods
Delete()