XlsHyperLinksCollection module
- class XlsHyperLinksCollection.XlsHyperLinksCollection(ptr)
Bases:
CollectionBase[XlsHyperLink],ICloneParent,IHyperLinks- Add(range: IXLSRange) IHyperLink
- 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>
- CreateHyperlinkStyles()
- <summary>
Creates hyperlink styles.
</summary>
- GetEnumerator() IEnumerator
- GetRangeHyperlinks(range: IXLSRange) XlsHyperLinksCollection
- <summary>
Gets hyperlinks for the specified range.
</summary> <param name=”range”>range object.</param> <returns></returns>
- property IsReadOnly: bool
- get_Item(index: int) IHyperLink