Table of Contents

TXlsFile.SetHyperLinkCellRange Method

Changes the cells an hyperlink is linked to.

Syntax

Unit: FlexCel.XlsAdapter

procedure TXlsFile.SetHyperLinkCellRange(const hyperLinkIndex: Integer; const cellRange: TXlsCellRange); override;

Parameters

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

See also