LookInType Enum

LookInType Enum

Represents look in type.


type LookInType int32

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.
ValuesExcludeFormulaCellOnly find object from the values of cells which do not contains formula.
CommentsOnly find object from the comments.
OnlyFormulasOnly find object from formulas.
OriginalValuesOnly find object from the original values.