XlOrder Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the order in which cells are processed.
public enum class XlOrder
public enum XlOrder
Public Enum XlOrder
- Inheritance
-
XlOrder
Fields
Name | Value | Description |
---|---|---|
xlDownThenOver | 1 | Process down the rows before processing across pages or page fields to the right. |
xlOverThenDown | 2 | Process across pages or page fields to the right before moving down the rows. |