FlexGrid for WinForms
PageNumber Property



Gets the number of the page being printed (the first page is numbered one).
Syntax
'Declaration
 
Public ReadOnly Property PageNumber As Integer
'Usage
 
Dim instance As GridPrinter
Dim value As Integer
 
value = instance.PageNumber
public int PageNumber {get;}
public:
property int PageNumber {
   int get();
}
Remarks
Applications typically use this property to provide user feedback while printing grids.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridPrinter Class
GridPrinter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback