XlLookAt 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 whether a match is made against the whole of the search text or any part of the search text.
public enum class XlLookAt
public enum XlLookAt
Public Enum XlLookAt
- Inheritance
-
XlLookAt
Fields
Name | Value | Description |
---|---|---|
xlWhole | 1 | Match against the whole of the search text. |
xlPart | 2 | Match against any part of the search text. |