Spread WPF 18
GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / FirstPageNumber Property


In This Topic
    FirstPageNumber Property
    In This Topic
    Gets or sets the first page number that will be used when this sheet is printed.
    Syntax
    'Declaration
     
    Property FirstPageNumber As Integer
    'Usage
     
    Dim instance As IPageSetup
    Dim value As Integer
     
    instance.FirstPageNumber = value
     
    value = instance.FirstPageNumber
    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