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

 public Hyperlink CreateHyperlink(System.String href)
Public Function CreateHyperlink(ByVal href As String) As Hyperlink

The hyperlink's destination.

A Hyperlink object.

Hyperlink link = a.CreateHyperlink("http://www.softartisans.com");
Dim link As Hyperlink = a.CreateHyperlink("http://www.softartisans.com")