Table of Contents

Interface IHyperLink

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IHyperLink : IExcelApplication
Inherited Members

Properties

string Address { get; set; }

Property Value

string
string Name { get; }

Property Value

string
IXLSRange Range { get; }

Property Value

IXLSRange
string ScreenTip { get; set; }

Property Value

string
string SubAddress { get; set; }

Property Value

string
string TextToDisplay { get; set; }

Property Value

string
HyperLinkType Type { get; }

Property Value

HyperLinkType