XlContainsOperator Enumeration
Office 2007
| Excel Developer Reference |
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 |