PageOrder Enum
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Members
Name | Description |
---|---|
Down
|
Worksheet pages are numbered and printed from the top down and then left to right. |
Over
|
Worksheet pages are numbered and printed from left to right and then from the top down. |
#Related API Members
The following properties accept/return PageOrder values:
#Remarks
This enumeration’s values are used by the WorksheetPrintOptions.PageOrder property.
See Also