XlContainsOperator enumeration (Excel)
Specifies the operator used in a function.
Name | Value | Description |
---|---|---|
xlBeginsWith | 2 | Begins with a specified value. |
xlContains | 0 | Contains a specified value. |
xlDoesNotContain | 1 | Does not contain the specified value. |
xlEndsWith | 3 | Endswith the specified value |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.