XlContainsOperator Enumeration
Specifies the operator used in a function.
Version Information
Version Added: Excel 2007
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 |