XlPrintErrors Enum
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
C#
public enum XlPrintErrors
Public Enum XlPrintErrors
- Inheritance
-
XlPrintErrors
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. |
Product | Versions |
---|---|
Excel primary interop assembly | Latest |