XlPrintErrors Enumeration
Specifies the type of print error displayed.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlPrintErrors
'Usage
Dim instance As XlPrintErrors
public enum XlPrintErrors
Members
Member name | Description | |
---|---|---|
xlPrintErrorsDisplayed | Display all print errors. | |
xlPrintErrorsBlank | Print errors are blank. | |
xlPrintErrorsDash | Print errors are displayed as dashes. | |
xlPrintErrorsNA | Display print errors as not available. |