XlPrintErrors Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of print error displayed.
public enum class XlPrintErrors
public enum XlPrintErrors
Public Enum XlPrintErrors
- Inheritance
-
XlPrintErrors
Fields
Name | Value | Description |
---|---|---|
xlPrintErrorsDisplayed | 0 | Display all print errors. |
xlPrintErrorsBlank | 1 | Print errors are blank. |
xlPrintErrorsDash | 2 | Print errors are displayed as dashes. |
xlPrintErrorsNA | 3 | Display print errors as not available. |