Table of Contents

TExcelFile.SetHyperLink Method

Modifies an existing Hyperlink. Use AddHyperLink to add a new one.

Syntax

Unit: FlexCel.Core

procedure TExcelFile.SetHyperLink(const hyperLinkIndex: Integer; const value: THyperLink); virtual; abstract;

Parameters

<-> Parameter Type Description
const hyperLinkIndex Integer Index of the hyperlink (1 based).
const value THyperLink Hyperlink description.

See also