Spread for ASP.NET 12 Product Documentation
FirstPageNumber Property


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

Reference

PrintInfo Class
PrintInfo Members