Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / FirstPageNumber Property


In This Topic
    FirstPageNumber Property (PrintInfo)
    In This Topic
    Gets or sets the page number to print on the first page.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(1)>
    Public Property FirstPageNumber As Integer
    'Usage
     
    Dim instance As PrintInfo
    Dim value As Integer
     
    instance.FirstPageNumber = value
     
    value = instance.FirstPageNumber
    [DefaultValue(1)]
    public int FirstPageNumber {get; set;}

    Property Value

    The page number to print on the first page. The default value is 1.
    See Also