LookInType
LookInType enumeration
Utility class containing constants. Represents look in type.
Values
| Name | Description |
|---|---|
| FORMULAS | If the cell contains a formula, find object from formula, else find it from the value. |
| VALUES | Only find object from the formatted values. |
| VALUES_EXCLUDE_FORMULA_CELL | Only find object from the values of cells which do not contains formula. |
| COMMENTS | Only find object from the comments. |
| ONLY_FORMULAS | Only find object from formulas. |
| ORIGINAL_VALUES | Only find object from the original values. |
| FORMATTED_VALUES |