Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / FirstPageNumber Property


In This Topic
FirstPageNumber Property (PageSetup)
In This Topic
Gets or sets the first page number that will be used when this sheet is printed.
Syntax
'Declaration
 
Public Property FirstPageNumber As Integer
 
'Usage
 
Dim instance As PageSetup
Dim value As Integer
 
instance.FirstPageNumber = value
 
value = instance.FirstPageNumber

Property Value

An integer value represents the first page number that will be used when this sheet is printed.
Remarks
Negative value means Spread chooses the first page number automatically.
See Also