Spire.XLS for Python
  • IHyperLinks module
    • IHyperLinks
      • IHyperLinks.Add()
      • IHyperLinks.Count
      • IHyperLinks.RemoveAt()
      • IHyperLinks.get_Item()
Spire.XLS for Python
  • IHyperLinks module
  • View page source

IHyperLinks module

class IHyperLinks.IHyperLinks

Bases: IExcelApplication

abstract Add(range: IXLSRange) → IHyperLink
abstract property Count: int
abstract RemoveAt(index: int)
abstract get_Item(index: int) → IHyperLink