Version

PageOrder Enumeration

Represents the ways to order the pages of multiple page worksheets.
Syntax
'Declaration
 
Public Enum PageOrder 
   Inherits System.Enum
public enum PageOrder : System.Enum 
Members
MemberDescription
DownThenOverThe first page to print is the top-left page. The next pages printed are below the first page. When there are no more pages below, the page to the right of the top-left page is printed, then the pages below it, and so on.
OverThenDownThe first page to print is the top-left page. The next pages printed are right of the first page. When there are no more pages to the right, the page below the top-left page is printed, then the pages to the right of it, and so on.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also