Description
The Hyperlinks collection contains all hyperlinks in a worksheet. The Worksheet.Hyperlinks property returns a Hyperlinks
collection.
C#
vb.net
Examples
C#
vb.net
Properties
Name |
Description |
---|---|
Returns the number of hyperlinks in the worksheet. |
Indexers
Name |
Description |
---|---|
Returns the hyperlink at the specified 0-based index in the collection of hyperlinks in the worksheet. |
Methods
Name |
Description |
---|---|
Creates a new hyperlink in the specified area of cells. All cell values in the area will be converted to hyperlinks. | |
Creates a new hyperlink in the specified area of cells. All cell values in the area will be converted to hyperlinks. | |
Returns an IEnumerator for the Hyperlinks in a Worksheet |