XlSearchDirection 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 search direction when searching a range.
public enum class XlSearchDirection
public enum XlSearchDirection
Public Enum XlSearchDirection
- Inheritance
-
XlSearchDirection
Fields
Name | Value | Description |
---|---|---|
xlNext | 1 | Search for next matching value in range. |
xlPrevious | 2 | Search for previous matching value in range. |