Click or drag to resize

ExcelPagePrintErrorsMode Enumeration

Represents the mode of printing errors.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public enum ExcelPagePrintErrorsMode
Members
  Member nameValueDescription
PrintErrorsBlank0 Print errors as blank.
PrintErrorsDash1 Print errors as dashes.
PrintErrorsDisplayed2 Print all errors.
PrintErrorsNA3 Print errors as not available.
See Also