Winnovative Excel Library for .NET Help
C#
Show/Hide TOC
Excel
Page
Print
Order Enumeration
Specifies the order in which cells are processed.
Definition
Namespace:
Winnovative.ExcelLib
Assembly:
WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 14.0.0
C#
Copy
public
enum
ExcelPagePrintOrder
Members
DownThenOver
0
Process down the rows before processing across pages or page fields to the right.
OverThenDown
1
Process across pages or page fields to the right before moving down the rows.
See Also
Reference
Winnovative.ExcelLib Namespace
In This Article
Definition
Members
See Also