Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / FirstPageNumber Property
Example


In This Topic
    FirstPageNumber Property
    In This Topic
    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;}
    Example
    This sets the properties for the PrintInfo class.
    See Also