Page tree
Skip to end of metadata
Go to start of metadata

The Hyperlinks collection contains all hyperlinks in a worksheet. The Worksheet.Hyperlinks property returns a Hyperlinks collection.

C#
vb.net
C#
vb.net

Name

Description

Count

Returns the number of hyperlinks in the worksheet.

Name

Description

Item(Int32)

Returns the hyperlink at the specified 0-based index in the collection of hyperlinks in the worksheet.

Name

Description

CreateHyperlink(Area, String)

Creates a new hyperlink in the specified area of cells. All cell values in the area will be converted to hyperlinks.

CreateHyperlink(Area, String, String)

Creates a new hyperlink in the specified area of cells. All cell values in the area will be converted to hyperlinks.

GetEnumerator()

Returns an IEnumerator for the Hyperlinks in a Worksheet

  • No labels