Aspose::Cells::PrintErrorsType enum

PrintErrorsType enum

Represents print errors constants.

enum class PrintErrorsType

Values

NameValueDescription
PrintErrorsBlank0
Represents not to print errors.
PrintErrorsDash1
Represents to print errors as “–”.
PrintErrorsDisplayed2
Represents to print errors as displayed.
PrintErrorsNA3
Represents to print errors as “#N/A”.

See Also