Version

DisplayText Property

Gets or sets the text to display in the cell when the hyperlink is added to a worksheet, or null to use the target text.
Syntax
public string DisplayText {get; set;}
Exceptions
ExceptionDescription
System.InvalidOperationExceptionOccurs when IsSealed is True.
System.ArgumentException Occurs when the specified value is longer than 2084 characters.
Remarks

Note: the display text will only get applied if the target cell has no value or a string value.

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