EnumSpreadPageOrder
Enum
Print page sequencing options applied when paginating a worksheet for printing.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
cs-api-definition
public enum SpreadPageOrder
Fields
DownThenOver
Fills pages vertically first, then moves right to the next column of pages.
OverThenDown
Fills pages horizontally first, then continues with the next row of pages below.