Click or drag to resize

PrintingPageType Enumeration

Indicates which pages will not be printed.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum PrintingPageType
Members
Member name Value Description
Default 0 Prints all pages.
IgnoreBlank 1 Don't print the pages which the cells are blank.
IgnoreStyle 2 Don't print the pages which cells only contain styles.
See Also