SpreadsheetGear 2023
Order Enumeration


SpreadsheetGear Namespace : Order Enumeration
Specifies the order for printing.
Syntax
'Declaration
 
Public Enum Order 
   Inherits System.Enum
'Usage
 
Dim instance As Order
public enum Order : System.Enum 
Members
MemberDescription
DownThenOverPrint pages by scanning vertically and then horizontally.
OverThenDownPrint pages by scanning horizontally and then vertically.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Order

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear Namespace
Order Property