XlSearchOrder 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 to search the range.
public enum class XlSearchOrder
public enum XlSearchOrder
Public Enum XlSearchOrder
- Inheritance
-
XlSearchOrder
Fields
Name | Value | Description |
---|---|---|
xlByRows | 1 | Searches across a row, then moves to the next row. |
xlByColumns | 2 | Searches down through a column, then moves to the next column. |