Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / PageOrder Property


In This Topic
    PageOrder Property
    In This Topic
    Gets or sets the order in which pages print.
    Syntax
    'Declaration
     
    
    Public Property PageOrder As PrintPageOrder
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As PrintPageOrder
     
    instance.PageOrder = value
     
    value = instance.PageOrder
    public PrintPageOrder PageOrder {get; set;}
    See Also