Version

PrintErrors Enumeration

Represents the various ways to print cell errors in a worksheet.
Syntax
public enum PrintErrors : System.Enum 
Members
MemberDescription
DontPrintErrors are not prints, as though the cells containing them have no value.
PrintAsDashesErrors are printed as two dashes "--".
PrintAsDisplayedErrors are printed just as they are displayed on the worksheet.
PrintAsNAErrors are prints as "#N/A".
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