Creates a new hyperlink in the specified area of cells. All cell values in the area will be converted to hyperlinks. |
public Hyperlink CreateHyperlink(Area area, System.String href) |
Public Function CreateHyperlink(ByVal area As Area, ByVal href As String) As Hyperlink |
An Area object representing the cells that will be converted to hyperlinks. |
The hyperlink's destination. |
A new Hyperlink object with the specified destination URL. |
|