Enum SpreadPageOrder
Print page sequencing options applied when paginating a worksheet for printing.
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public enum SpreadPageOrder
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.