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
Address
public string Address { get; set; }
Property Value
FirstColumn
public int FirstColumn { get; }
Property Value
FirstRow
public int FirstRow { get; }
Property Value
LastColumn
public int LastColumn { get; }
Property Value
LastRow
public int LastRow { get; }
Property Value
Name
public string Name { get; }
Property Value
Range
public IXLSRange Range { get; set; }
Property Value
ScreenTip
public string ScreenTip { get; set; }
Property Value
SubAddress
public string SubAddress { get; set; }
Property Value
TextToDisplay
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
Type
public HyperLinkType Type { get; set; }
Property Value
UnicodePath
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
Methods
Clone(object)
Creates a new object that is a copy of the current instance.
public object Clone(object parent)
Parameters
parent
objectParent object for a copy of this instance.
Returns
- object
A new object that is a copy of this instance.
SetAddress(string, bool)
public void SetAddress(string strAddress, bool bSetText)
Parameters
SetSubAddress(string)
public void SetSubAddress(string strSubAddress)
Parameters
strSubAddress
string