Table of Contents

XlsFile.GetHyperLinkCellRange Method

Returns the cell range a hyperlink refers to.

Remarks

While normally hyperlinks refer to a single cell, you can make them point to a range. This method will return the first and last cell of the range that the hyperlink applies to.

Syntax

Namespace: FlexCel.XlsAdapter

public override TXlsCellRange GetHyperLinkCellRange(Int32 hyperLinkIndex)

Parameters

<-> Parameter Type Description
hyperLinkIndex Int32 Index of the hyperlink (1 based).

Returns

Range the hyperlink applies to.

See also