Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Returns

A new Hyperlink object with the specified destination URL.

Remarks

Creating a hyperlink to another cell or range within the workbook is not supported. However, you may use a hyperlink formula to achieve the same functionality. For example, to link to cell C3 you would use the formula =HYPERLINK("#Sheet1!C3", "Link to C3"). Setting Cell.Formula with this formula will create the internal hyperlink.

Example
Code Block
csharp
csharp
titleC#
links.CreateHyperlink(a, "http://www.softartisans.com");
Code Block
vb.net
vb.net
titlevb.net
links.CreateHyperlink(a, "http://www.softartisans.com")