Infragistics(R) NetAdvantage(R) WPF
PageNumbering Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : PageNumbering Enumeration

Represents the way pages are numbered when printed.

Syntax

Visual Basic (Declaration) 
Public Enum PageNumbering 
   Inherits System.Enum
C# 
public enum PageNumbering : System.Enum 

Members

MemberDescription
Automatic Pages are automatically numbered based on the style of the worksheet.
UseStartPageNumber The starting page number specified is used for the first page, additional pages receive a page number that it one greater than the previous page.

See Also