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
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also