ExcelPagePrintErrorsMode Enumeration |
Represents the mode of printing errors.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic enum ExcelPagePrintErrorsMode
Public Enumeration ExcelPagePrintErrorsMode
Members| Member name | Value | Description |
|---|
| PrintErrorsBlank | 0 |
Print errors as blank.
|
| PrintErrorsDash | 1 |
Print errors as dashes.
|
| PrintErrorsDisplayed | 2 |
Print all errors.
|
| PrintErrorsNA | 3 |
Print errors as not available.
|
See Also