FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GridPrinter Class / PageNumber Property

In This Topic
    PageNumber Property (GridPrinter)
    In This Topic
    Gets the number of the page being printed (the first page is numbered one).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PageNumber As Integer
    public int PageNumber {get;}
    Remarks
    Applications typically use this property to provide user feedback while printing grids.
    See Also