LookInType enumeration

LookInType enumeration

Represents look in type.

The LookInType type exposes the following members:

Fields

FieldDescription
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.

See Also