officefileapi-devexpress-dot-spreadsheet-7da970a7.md
Contains the values to specify the order in which worksheet pages are numbered and printed when the worksheet data does not fit onto one page.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum PageOrder
Public Enum PageOrder
| Name | Description |
|---|---|
DownThenOver |
Worksheet pages are numbered and printed from the top down and then left to right.
|
| OverThenDown |
Worksheet pages are numbered and printed from left to right and then from the top down.
|
The following properties accept/return PageOrder values:
This enumeration’s values are used by the WorksheetPrintOptions.PageOrder property.
See Also