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