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
Methods
Add(CellRange)
public HyperLink Add(CellRange range)
Parameters
range
CellRange
Returns
Add(HyperLink)
public int Add(HyperLink link)
Parameters
link
HyperLink
Returns
GetRangeHyperlinks(CellRange)
Gets hyperlinks for the specified range.
public HyperLinksCollection GetRangeHyperlinks(CellRange range)
Parameters
range
CellRangerange object.