LookInType Enum

LookInType Enum

Represents look in type.


type LookInType int32

Fields

FieldDescription
FormulasFinds the searched object from formula() if the cell is formula,otherwise finds from cell’s original value(same with ).
ValuesFinds object from cell’s original value()and formatted value().
ValuesExcludeFormulaCellIgnores cells that are formula. For those cells that are not formula,it is same with .
CommentsFinds object from cell’s comment only. Ignores those cells that have no comment.
OnlyFormulasIgnores cells that are not formula. For those cells that are formula,finds the searched object from formula().
OriginalValuesFind object from cell’s original value only.
FormattedValuesFind object from cell’s formatted value() only.