Version

InputMessageDescription Property

Gets or sets the description in the tooltip which appears when the user selects the cell in Microsoft Excel.
Syntax
public string InputMessageDescription {get; set;}

Property Value

The description to show the user in the tooltip.
Exceptions
ExceptionDescription
System.ArgumentException Occurs when the specified value is longer than 255 characters.
Remarks

This value is only used when ShowInputMessage is True.

Note: the description cannot be more than 255 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