FIRSTPAGENUMBER_MAX Field
In This Topic
The max value the first page number can take. This field is constant and read-only.
Syntax
'Declaration
Public Const FIRSTPAGENUMBER_MAX As Integer
'Usage
Dim value As Integer
value = PageSetup.FIRSTPAGENUMBER_MAX
public const int FIRSTPAGENUMBER_MAX
See Also