asposecells.api

Class PrintingPageType

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

Field Summary
const  intDEFAULT
Prints all pages.
const  intIGNORE_BLANK
Don't print the pages which the cells are blank.
const  intIGNORE_STYLE
Don't print the pages which cells only contain styles.
 

    • Field Detail

      • DEFAULT

        const int DEFAULT
        Prints all pages.
      • IGNORE_BLANK

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

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