Version

ErrorMessageDescription Property

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

Property Value

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

This value is only used when ShowErrorMessageForInvalidValue is True.

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