Spread Windows Forms 12.0 Product Documentation
Order Property (PageSetup)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : Order Property
Gets or sets an Order value that represents the order that Microsoft Excel uses to number pages when printing a large worksheet.
Syntax
'Declaration
 
Public Property Order As Order
'Usage
 
Dim instance As PageSetup
Dim value As Order
 
instance.Order = value
 
value = instance.Order
public 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

Reference

PageSetup Class
PageSetup Members