Table of Contents

ExcelFile.AddHyperLink Method

Adds a new hyperlink to the Active sheet. Use SetHyperLink to modify an existing one.

Syntax

Namespace: FlexCel.Core

public abstract void AddHyperLink(TXlsCellRange cellRange, THyperLink value)

Parameters

<-> Parameter Type Description
cellRange TXlsCellRange Range of cells the hyperlink will refer to.
value THyperLink Description of the hyperlink.

See also