Table of Contents

Class XlsHyperLink

Namespace
Spire.Xls.Core.Spreadsheet
Assembly
Spire.XLS.dll
public class XlsHyperLink : XlsObject, IDisposable, IHyperLink, IExcelApplication, ICloneParent
Inheritance
XlsHyperLink
Implements
Derived
Inherited Members

Properties

public string Address { get; set; }

Property Value

string
public int FirstColumn { get; }

Property Value

int
public int FirstRow { get; }

Property Value

int
public int LastColumn { get; }

Property Value

int
public int LastRow { get; }

Property Value

int
public string Name { get; }

Property Value

string
public IXLSRange Range { get; set; }

Property Value

IXLSRange
public string ScreenTip { get; set; }

Property Value

string
public string SubAddress { get; set; }

Property Value

string

Returns or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.

public string TextToDisplay { get; set; }

Property Value

string
public HyperLinkType Type { get; set; }

Property Value

HyperLinkType

Gets/sets an optional string of Unicode characters that specifies the complete file path. When the property Type is not HyperLinkType.File, this property is invalid.

public string UnicodePath { get; set; }

Property Value

string

Methods

Creates a new object that is a copy of the current instance.

public object Clone(object parent)

Parameters

parent object

Parent object for a copy of this instance.

Returns

object

A new object that is a copy of this instance.

public void SetAddress(string strAddress, bool bSetText)

Parameters

strAddress string
bSetText bool
public void SetSubAddress(string strSubAddress)

Parameters

strSubAddress string