Back to Devexpress

WorksheetPrintOptions.PageOrder Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheetprintoptions-3308f94a.md

latest2.4 KB
Original Source

WorksheetPrintOptions.PageOrder Property

Gets or sets the order in which worksheet pages are numbered and printed.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
PageOrder PageOrder { get; set; }
vb
Property PageOrder As PageOrder

Property Value

TypeDescription
PageOrder

A PageOrder enumeration member.

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PageOrder
Worksheet

.PrintOptions .PageOrder

|

Remarks

Use the PageOrder property to specify whether worksheet pages should be numbered and printed from the top down and then left to right (PageOrder.DownThenOver) or from left to right and then from the top down (PageOrder.OverThenDown). This property takes effect when the worksheet data does not fit on one page.

For more information on print options, see the How to: Specify Print Settings example.

See Also

WorksheetPrintOptions Interface

WorksheetPrintOptions Members

DevExpress.Spreadsheet Namespace