Click or drag to resize

ExcelPagePrintOrder Enumeration

Specifies the order in which cells are processed.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public enum ExcelPagePrintOrder
Members
  Member nameValueDescription
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