Enum
PageOrder

Specifies whether pages are printed column-first (down then over) or row-first (over then down) when content spans multiple pages.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Printing

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum PageOrder

Fields

DownThenOver

Prints pages vertically down columns before moving right to the next column.

Declaration

cs-api-definition
DownThenOver = 0

Field Value

PageOrder

OverThenDown

Prints pages horizontally across rows before moving down to the next row.

Declaration

cs-api-definition
OverThenDown = 1

Field Value

PageOrder

In this article
DefinitionFieldsDownThenOverOverThenDown
Not finding the help you need?
Contact Support