LookInType

LookInType enumeration

Utility class containing constants. Represents look in type.

Values

NameDescription
FORMULASIf the cell contains a formula, find object from formula, else find it from the value.
VALUESOnly find object from the formatted values.
VALUES_EXCLUDE_FORMULA_CELLOnly find object from the values of cells which do not contains formula.
COMMENTSOnly find object from the comments.
ONLY_FORMULASOnly find object from formulas.
ORIGINAL_VALUESOnly find object from the original values.
FORMATTED_VALUES