Version

InputMessageDescription Property

Gets or sets the description in the tooltip which appears when the user selects the cell in Microsoft Excel.
Syntax
'Declaration
 
Public Property InputMessageDescription As String
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also