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>