Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / Order Property


In This Topic
    Order Property (IPageSetup)
    In This Topic
    Gets or sets an Order value that represents the order that Microsoft Excel uses to number pages when printing a large worksheet.
    Syntax
    'Declaration
     
    
    Property Order As Order
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As Order
     
    instance.Order = value
     
    value = instance.Order
    Order Order {get; set;}

    Property Value

    An Order value that represents the order that Microsoft Excel uses to number pages when printing a large worksheet..
    See Also