Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintBackgroundEventArgs Class / PageNumber Property


In This Topic
PageNumber Property (PrintBackgroundEventArgs)
In This Topic
Gets or sets the current page being printed.
Syntax
'Declaration
 
Public Property PageNumber As Integer
 
'Usage
 
Dim instance As PrintBackgroundEventArgs
Dim value As Integer
 
instance.PageNumber = value
 
value = instance.PageNumber
See Also