Spread for ASP.NET 12 Product Documentation
PageEnd Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : PageEnd Property
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
public int PageEnd {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members