Version

GetHyperlink Method

Gets the effective hyperlink on the cell.
Syntax
public WorksheetHyperlink GetHyperlink()
Remarks

If multiple hyperlinks are applied to the cell, the last one in the Worksheet.Hyperlinks collection will be used.

If the cell has one or more hyperlinks in the Worksheet.Hyperlinks collection as well as a formula containing a HYPERLINK function, the last hyperlink from the collection will be used.

If the cell has a hyperlink due to the HYPERLINK function being used in a formula, the returned value will be sealed.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also