Class XlsHyperLinksCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.Collections
- Assembly
- Spire.XLS.dll
public class XlsHyperLinksCollection : CollectionExtended<HyperLink>, IList<HyperLink>, ICollection<HyperLink>, IEnumerable<HyperLink>, IEnumerable, IHyperLinks, IExcelApplication, ICloneParent
- Inheritance
-
XlsHyperLinksCollection
- Implements
- Derived
- Inherited Members
Properties
IsReadOnly
public bool IsReadOnly { get; }
Property Value
this[int]
public IHyperLink this[int index] { get; }
Parameters
index
int
Property Value
Methods
Add(IHyperLink)
protected int Add(IHyperLink link)
Parameters
link
IHyperLink
Returns
Add(IXLSRange)
public IHyperLink Add(IXLSRange range)
Parameters
range
IXLSRange
Returns
AddRange(IList<HyperLink>)
protected void AddRange(IList<HyperLink> collection)
Parameters
Clone(object)
Creates a new object that is a copy of the current instance.
public override object Clone(object parent)
Parameters
parent
objectParent object for a copy of this instance.
Returns
- object
A new object that is a copy of this instance.
CreateHyperlinkStyles()
Creates hyperlink styles.
public void CreateHyperlinkStyles()
GetRangeHyperlinks(IXLSRange)
Gets hyperlinks for the specified range.
public XlsHyperLinksCollection GetRangeHyperlinks(IXLSRange range)
Parameters
range
IXLSRangerange object.