Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / PageEnd Property


In This Topic
PageEnd Property
In This Topic
Gets or sets the last page to print when printing a page range.
Syntax
'Declaration
 
Public Property PageEnd As Integer
 
'Usage
 
Dim instance As PrintInfo
Dim value As Integer
 
instance.PageEnd = value
 
value = instance.PageEnd
See Also