Table of Contents

Class XLHyperlink

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public class XLHyperlink
Inheritance
XLHyperlink
Inherited Members
Extension Methods

Constructors

public XLHyperlink(IXLCell cell)

Parameters

cell IXLCell
public XLHyperlink(IXLCell cell, string tooltip)

Parameters

cell IXLCell
tooltip string
public XLHyperlink(IXLRangeBase range)

Parameters

range IXLRangeBase
public XLHyperlink(IXLRangeBase range, string tooltip)

Parameters

range IXLRangeBase
tooltip string
public XLHyperlink(string address)

Parameters

address string
public XLHyperlink(string address, string tooltip)

Parameters

address string
tooltip string
public XLHyperlink(Uri uri)

Parameters

uri Uri
public XLHyperlink(Uri uri, string tooltip)

Parameters

uri Uri
tooltip string

Properties

public IXLCell Cell { get; }

Property Value

IXLCell
public Uri ExternalAddress { get; set; }

Property Value

Uri
public string InternalAddress { get; set; }

Property Value

string
public bool IsExternal { get; set; }

Property Value

bool
public string Tooltip { get; set; }

Property Value

string

Methods

public void Delete()