Represents the various ways to print cell errors in a worksheet.

Enumeration Members

DontPrint: 1

Errors are not prints, as though the cells containing them have no value.

PrintAsDashes: 2

Errors are printed as two dashes "--".

PrintAsDisplayed: 0

Errors are printed just as they are displayed on the worksheet.

PrintAsNA: 3

Errors are prints as "#N/A".