Link Search Menu Expand Document

PrintErrors Enumeration

Specifies how to display cells with errors when printing the worksheet.

Namespace:Bytescout.Spreadsheet.Constants
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public enum PrintErrors
Members
Member nameValueDescription
Displayed0 Display cell errors as displayed on screen.
Blank1 Display cell errors as blank.
Dash2 Display cell errors as dashes ("--").
NA3 Display cell errors as #N/A.
See Also

Reference