Excel API Library for .NET - Sample Browser | Document Solutions | Hyperlinks
[
フレーム]
## Hyperlinks
Apply hyperlinks to a range using the **IWorksheet.Hyperlinks.Add** or **IRange.Hyperlinks.Add** method. Apply hyperlinks to a shape using the **IWorksheet.Hyperlinks.Add** method. Document Solutions for Excel supports the following types of hyperlink:
- Link to a web page
- Link to a specific range in the current document
- Link to an external file
- Link to an email address
// Save to an excel file
workbook.Save("FolderExample.xlsx");
' Create a new Workbook
Dim workbook As New Workbook
FIXME: This demo doesn't have VB code.
' save to an excel file
workbook.Save("FolderExample.xlsx")