Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintDocumentEventArgs Class / CurrentPage Property


In This Topic
    CurrentPage Property
    In This Topic
    Gets the order number of the current printed page.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentPage As Integer
    'Usage
     
    
    Dim instance As PrintDocumentEventArgs
    Dim value As Integer
     
    value = instance.CurrentPage
    public int CurrentPage {get;}
    See Also