aspose.cells

Class PrintErrorsType

Utility class containing constants. Represents print errors constants.

Field Summary
const  NumberPRINT_ERRORS_BLANK
Represents not to print errors.
const  NumberPRINT_ERRORS_DASH
Represents to print errors as "--".
const  NumberPRINT_ERRORS_DISPLAYED
Represents to print errors as displayed.
const  NumberPRINT_ERRORS_NA
Represents to print errors as "#N/A".
 

    • Field Detail

      • PRINT_ERRORS_BLANK

        const Number PRINT_ERRORS_BLANK
        Represents not to print errors.
      • PRINT_ERRORS_DASH

        const Number PRINT_ERRORS_DASH
        Represents to print errors as "--".
      • PRINT_ERRORS_DISPLAYED

        const Number PRINT_ERRORS_DISPLAYED
        Represents to print errors as displayed.
      • PRINT_ERRORS_NA

        const Number PRINT_ERRORS_NA
        Represents to print errors as "#N/A".