ExcelPagePrintOrder Enumeration

Specifies the order in which cells are processed.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public enum ExcelPagePrintOrder

Members

DownThenOver0 Process down the rows before processing across pages or page fields to the right.
OverThenDown1 Process across pages or page fields to the right before moving down the rows.

See Also