Version

PageNumbering Enumeration

Represents the way pages are numbered when printed.
Syntax
'Declaration
 
Public Enum PageNumbering 
   Inherits System.Enum
public enum PageNumbering : System.Enum 
Members
MemberDescription
AutomaticPages are automatically numbered based on the style of the worksheet.
UseStartPageNumberThe starting page number specified is used for the first page, additional pages receive a page number that it one greater than the previous page.
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