Version

SourceAddress Property

Gets or sets the address of the cell or region on which the hyperlink resides.
Syntax
public string SourceAddress {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 cannot be parsed as a cell or region address in the owning workbook's current cell reference mode.
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