Version

TargetAddress Property

Gets or sets the target address of the hyperlink. For bookmarks in an external document, separate the sub-address with a #, such as "File.xlsx#Sheet1!C3". For email addresses, use a target string with the format "mailto:joe@company.com" or "mailto:joe@company.com?subject=Email%20Subject".
Syntax
public string TargetAddress {get; set;}
Exceptions
ExceptionDescription
System.InvalidOperationExceptionOccurs when IsSealed is True.
System.ArgumentException Occurs when the specified value is longer than 256 characters.
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