Version

ErrorMessageTitle Property

Gets or sets the title which appears in the dialog box when an invalid value is applied to a cell in Microsoft Excel.
Syntax
'Declaration
 
Public Property ErrorMessageTitle As String
public string ErrorMessageTitle {get; set;}

Property Value

The title to show the user or null to use a default error dialog title.
Exceptions
ExceptionDescription
System.ArgumentException Occurs when the specified value is longer than 32 characters.
Remarks

This value is only used when ShowErrorMessageForInvalidValue is True.

Note: the title cannot be more than 32 characters.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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