Version

InputMessageTitle Property

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

Property Value

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

This value is only used when ShowInputMessage is True.

Note: the title cannot be more than 32 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