Spread Windows Forms 12.0 Product Documentation
FirstPageNumber Property (PageSetup)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : FirstPageNumber Property
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
public int FirstPageNumber {get; set;}

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

Reference

PageSetup Class
PageSetup Members