Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintHeaderFooterAreaEventArgs Class / PageNumber Property


In This Topic
    PageNumber Property (PrintHeaderFooterAreaEventArgs)
    In This Topic
    Gets or sets the current page being printed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PageNumber As Integer
    'Usage
     
    
    Dim instance As PrintHeaderFooterAreaEventArgs
    Dim value As Integer
     
    value = instance.PageNumber
    public int PageNumber {get;}
    See Also