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


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