Specifies the order of printed pages.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
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. |
See Also