Spread Windows Forms 17
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
    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