ExcelPagePrintOrder Enumeration |
Specifies the order in which cells are processed.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic enum ExcelPagePrintOrder
Public Enumeration ExcelPagePrintOrder
Members| Member name | Value | Description |
|---|
| 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