Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

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 create a hyperlink formula which has the same functionality:

Code Block
=HYPERLINK("Sheet1!C3", "Link to C3")

Signature
C#
C#
 public Hyperlink CreateHyperlink(System.String href)

...