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


In This Topic
    PageOrder Property (PrintInfo)
    In This Topic
    Gets or sets the order in which pages print.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property PageOrder As PrintPageOrder
    'Usage
     
    Dim instance As PrintInfo
    Dim value As PrintPageOrder
     
    instance.PageOrder = value
     
    value = instance.PageOrder
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public PrintPageOrder PageOrder {get; set;}

    Property Value

    A value that specifies the order in which pages print. The default value is Auto.
    See Also