Spire.XLS for Python
  • XlsHyperLink module
    • XlsHyperLink
      • XlsHyperLink.Address
      • XlsHyperLink.Clone()
      • XlsHyperLink.FirstColumn
      • XlsHyperLink.FirstRow
      • XlsHyperLink.LastColumn
      • XlsHyperLink.LastRow
      • XlsHyperLink.Name
      • XlsHyperLink.Range
      • XlsHyperLink.ScreenTip
      • XlsHyperLink.SetAddress()
      • XlsHyperLink.SetSubAddress()
      • XlsHyperLink.SubAddress
      • XlsHyperLink.TextToDisplay
      • XlsHyperLink.Type
      • XlsHyperLink.UnicodePath
Spire.XLS for Python
  • XlsHyperLink module
  • View page source

XlsHyperLink module

class XlsHyperLink.XlsHyperLink

Bases: XlsObject, IHyperLink, ICloneParent

property Address: str
Clone(parent: SpireObject) → SpireObject
<summary>

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

</summary> <param name=”parent”>Parent object for a copy of this instance.</param> <returns>A new object that is a copy of this instance.</returns>

property FirstColumn: int
property FirstRow: int
property LastColumn: int
property LastRow: int
property Name: str
property Range: IXLSRange
property ScreenTip: str
SetAddress(strAddress: str, bSetText: bool)
SetSubAddress(strSubAddress: str)
property SubAddress: str
property TextToDisplay: str
<summary>
Returns or sets the text to be displayed for the specified hyperlink.

The default value is the address of the hyperlink.

</summary>

property Type: HyperLinkType
property UnicodePath: str
<summary>
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.

</summary>