Table of Contents

Class HyperLinksCollection

Namespace
Spire.Xls.Collections
Assembly
Spire.XLS.dll
public class HyperLinksCollection : XlsHyperLinksCollection, IList<HyperLink>, ICollection<HyperLink>, IEnumerable<HyperLink>, IEnumerable, IHyperLinks, IExcelApplication, ICloneParent
Inheritance
HyperLinksCollection
Implements
Inherited Members

Properties

this[int]

public HyperLink this[int index] { get; }

Parameters

index int

Property Value

HyperLink

Methods

Add(CellRange)

public HyperLink Add(CellRange range)

Parameters

range CellRange

Returns

HyperLink
public int Add(HyperLink link)

Parameters

link HyperLink

Returns

int

Gets hyperlinks for the specified range.

public HyperLinksCollection GetRangeHyperlinks(CellRange range)

Parameters

range CellRange

range object.

Returns

HyperLinksCollection