Table of Contents

TExcelFile.SetHyperLinkCellRange Method

Changes the cells an hyperlink is linked to.

Syntax

Unit: FlexCel.Core

procedure TExcelFile.SetHyperLinkCellRange(const hyperLinkIndex: Integer; const cellRange: TXlsCellRange); virtual; abstract;

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