Specifies the order of printed pages.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum PageOrder |
Visual Basic
Copy Code
|
|---|
Public Enum PageOrder |
Members| Member name | Description | |
|---|---|---|
![]() |
DownThenOver |
Indicates that pages are printed vertically and then horizontally. |
![]() |
OverThenDown |
Indicates that pages are printed horizontally and then vertically. |
RemarksMembers of this enumeration can be assigned to the PageOrder property of the WorkbookPrinter class.
See Also