PrintErrors Enumeration
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
 Specifies how to display cells with errors when printing the worksheet.
Namespace:Bytescout.Spreadsheet.ConstantsAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Displayed | 0 | Display cell errors as displayed on screen. | |
| Blank | 1 | Display cell errors as blank. | |
| Dash | 2 | Display cell errors as dashes ("--"). | |
| NA | 3 | Display cell errors as #N/A. | 
See Also