Spread for ASP.NET 12 Product Documentation
PageStart Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : PageStart Property
Gets or sets the first page to print when printing a page range.
Syntax
'Declaration
 
Public Property PageStart As Integer
'Usage
 
Dim instance As PrintInfo
Dim value As Integer
 
instance.PageStart = value
 
value = instance.PageStart
public int PageStart {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members