Enum LookInType

LookInType enumeration

Represents look in type.

public enum LookInType

Values

NameValueDescription
Formulas0If the cell contains a formula, find object from formula, else find it from the value.
Values1Only find object from the formatted values.
ValuesExcludeFormulaCell2Only find object from the values of cells which do not contains formula.
Comments3Only find object from the comments.
OnlyFormulas4Only find object from formulas.
OriginalValues5Only find object from the original values.

See Also