Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Printing Namespace / PrintSettings Class / ToPage Property


In This Topic
    ToPage Property
    In This Topic
    Gets or sets the end page index to print.
    Syntax
    'Declaration
     
    Public Property ToPage As Integer
    'Usage
     
    Dim instance As PrintSettings
    Dim value As Integer
     
    instance.ToPage = value
     
    value = instance.ToPage
    public int ToPage {get; set;}

    Property Value

    A integer value that start with 1. The default value is 0, which specifies to print to the last page.
    See Also