PrintErrorsType Enumeration |
Represents print errors constants.
Namespace: Aspose.CellsAssembly: Aspose.Cells (in Aspose.Cells.dll) Version: 19.11.0.0 (19.11)
Syntaxpublic enum PrintErrorsType
Public Enumeration PrintErrorsType
public enum class PrintErrorsType
Members
| Member name | Value | Description |
---|
| PrintErrorsBlank | 0 |
Represents not to print errors.
|
| PrintErrorsDash | 1 |
Represents to print errors as "--".
|
| PrintErrorsDisplayed | 2 |
Represents to print errors as displayed.
|
| PrintErrorsNA | 3 |
Represents to print errors as "#N/A".
|
See Also