aspose.cells

Class PrintingPageType

Utility class containing constants. Indicates which pages will not be printed.

Field Summary
const  NumberDEFAULT
Prints all pages.
const  NumberIGNORE_BLANK
Don't print the pages which the cells are blank.
const  NumberIGNORE_STYLE
Don't print the pages which cells only contain styles.
 

    • Field Detail

      • DEFAULT

        const Number DEFAULT
        Prints all pages.
      • IGNORE_BLANK

        const Number IGNORE_BLANK
        Don't print the pages which the cells are blank.
      • IGNORE_STYLE

        const Number IGNORE_STYLE
        Don't print the pages which cells only contain styles.