Version

PrintErrors Property

Gets or sets the way error values of cells are printed.
Syntax
'Declaration
 
Public Property PrintErrors As PrintErrors
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: 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