XlContainsOperator 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 operator used in a function.
public enum class XlContainsOperator
public enum XlContainsOperator
Public Enum XlContainsOperator
- Inheritance
-
XlContainsOperator
Fields
Name | Value | Description |
---|---|---|
xlContains | 0 | Contains a specified value. |
xlDoesNotContain | 1 | Does not contain the specified value. |
xlBeginsWith | 2 | Begins with a specified value. |
xlEndsWith | 3 | Endswith the specified value |