Table of Contents

XlsFile.SetHyperLinkCellRange Method

Changes the cells an hyperlink is linked to.

Syntax

Namespace: FlexCel.XlsAdapter

public override void SetHyperLinkCellRange(Int32 hyperLinkIndex, TXlsCellRange cellRange)

Parameters

<-> Parameter Type Description
hyperLinkIndex Int32 Index of the hyperlink (1 based).
cellRange TXlsCellRange Range of cells the hyperlink will refer to.

See also