ImagingSpreadsheetPageOrder
Specifies the order used to render the pages in spreadsheets.
DownThenOver = 1
Renders the pages for vertical overflow first, and then for horizontal.
OriginalSetting = 0
Renders pages in the original order used by the spreadsheet.
OverThenDown = 2
Renders the pages for horizontal overflow first, and then for vertical.
Unknown = 3
Represents error during mapping.