FirstPageNumber Property (PageSetup)
Gets or sets the first page number that will be used when this sheet is printed.
public int FirstPageNumber {get; set;}
'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.