Version

SourceCell Property

Gets or sets the cell on which the hyperlink resides.
Syntax
public WorksheetCell SourceCell {get; set;}
Exceptions
ExceptionDescription
System.InvalidOperationExceptionOccurs when IsSealed is True.
System.ArgumentNullException Occurs when the value assigned is null.
System.ArgumentException Occurs when the value assigned is not on the same worksheet as the hyperlink.
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