LookAtType Enum
LookAtType Enum
Represents look at type.
type LookAtType int32
Fields
| Field | Description | 
|---|---|
| Contains | Cell value Contains the find object. | 
| StartWith | Cell value Starts with the find object. | 
| EndWith | Cell value ends with the find object. | 
| EntireContent | Cell value is same as the find object. |