Version

InputMessageTitle Property

Gets or sets the title in the tooltip which appears when the user selects the cell in Microsoft Excel.
Syntax
'Declaration
 
Public Property InputMessageTitle As String
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: Windows 10, Windows 8.1, Windows 8, Windows 7, 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