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


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

    Property Value

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