Aspose::Cells::PrintingPageType enum

PrintingPageType enum

Indicates which pages will not be printed.

enum class PrintingPageType

Values

NameValueDescription
Default0
Prints all pages.
IgnoreBlank1
Don’t print the pages which the cells are blank.
IgnoreStyle2
Don’t print the pages which cells only contain styles.

See Also