[]
Specifies the order in which cells are processed.
public enum Order : byte
Public Enum Order As Byte
Name | Description |
---|---|
DownThenOver | Process down the rows before processing across pages or page fields to the right. |
OverThenDown | Process across pages or page fields to the right before moving down the rows. |