Table of Contents

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

bool

this[int]

public IHyperLink this[int index] { get; }

Parameters

index int

Property Value

IHyperLink

Methods

protected int Add(IHyperLink link)

Parameters

link IHyperLink

Returns

int

Add(IXLSRange)

public IHyperLink Add(IXLSRange range)

Parameters

range IXLSRange

Returns

IHyperLink
protected void AddRange(IList<HyperLink> collection)

Parameters

collection IList<HyperLink>

Clone(object)

Creates a new object that is a copy of the current instance.

public override object Clone(object parent)

Parameters

parent object

Parent 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()

Gets hyperlinks for the specified range.

public XlsHyperLinksCollection GetRangeHyperlinks(IXLSRange range)

Parameters

range IXLSRange

range object.

Returns

XlsHyperLinksCollection