Version

ToolTip Property (WorksheetHyperlink)

Gets or sets the text to use in a tool tip when hovering over the source cell or region, or null to use the default tool tip.
Syntax
public string ToolTip {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