Back to Devexpress

XlPagePrintOrder Enum

corelibraries-devexpress-dot-export-dot-xl-658c8ff5.md

latest1.3 KB
Original Source

XlPagePrintOrder Enum

Lists values used to specify the order in which worksheet pages are numbered and printed when the worksheet data does not fit on one page.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlPagePrintOrder
vb
Public Enum XlPagePrintOrder

Members

NameDescription
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 XlPagePrintOrder values:

Remarks

The values listed by this enumeration are used by the XlPageSetup.PagePrintOrder property.

See Also

DevExpress.Export.Xl Namespace