XlOrder Enumeration
Specifies the order in which cells are processed.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlOrder
'Usage
Dim instance As XlOrder
public enum XlOrder
Members
Member name | Description | |
---|---|---|
xlDownThenOver | Process down the rows before processing across pages or page fields to the right. | |
xlOverThenDown | Process across pages or page fields to the right before moving down the rows. |