Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / FirstPageNumber Property


In This Topic
    FirstPageNumber Property (PrintInfo)
    In This Topic
    Gets or sets the page number to print on the first page.
    Syntax
    'Declaration
     
    
    Public Property FirstPageNumber As Integer
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Integer
     
    instance.FirstPageNumber = value
     
    value = instance.FirstPageNumber
    public int FirstPageNumber {get; set;}
    See Also