Version

ShowErrorMessageForInvalidValue Property

Gets or sets the value which indicates whether the error dialog should appear in Microsoft Excel when invalid data is entered in the cell.
Syntax
public bool ShowErrorMessageForInvalidValue {get; set;}

Property Value

True to show the error dialog for invalid cell data; False otherwise.
Remarks

When the value is False, invalid data can be entered into cells, but when the user chooses to subsequently circle invalid values in Microsoft Excel, the cell will be circled.

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