Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

Creates a new hyperlink in the cell pointing to the specified href. This hyperlink is automatically added to the worksheet. The cell value will be converted to hyperlinks.

Creating hyperlinks to other cells within the workbook are not supported. However, you may use a hyperlink formula to achieve the same functionality. For example, given the formula

,

C#
vb.net

C#
vb.net

Parameters

href
The hyperlink's destination.

Returns

A Hyperlink object.

Examples

C#
vb.net
  • No labels