Enum PrintingPageType

PrintingPageType enumeration

Indicates which pages will not be printed.

public enum PrintingPageType

Values

NameValueDescription
Default0Prints all pages.
IgnoreBlank1Don’t print the pages which the cells are blank.
IgnoreStyle2Don’t print the pages which cells only contain styles.

See Also