Version

PrintErrors Property

Gets or sets the way error values of cells are printed.
Syntax
public PrintErrors PrintErrors {get; set;}

Property Value

The way error values of cells are printed.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not defined in the PrintErrors enumeration.
Remarks

A cell can have an error value if its WorksheetCell.Value is set directly to an ErrorValue or if it is set to a Formula that evaluates to an error.

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