LookAtType
LookAtType
Utility class containing constants. Represents look at type.
Values
| Name | Description |
|---|---|
| CONTAINS | Cell value Contains the find object. |
| START_WITH | Cell value Starts with the find object. |
| END_WITH | Cell value ends with the find object. |
| ENTIRE_CONTENT | Cell value is same as the find object. |