Enum LookInType

LookInType enumeration

Represents look in type.

public enum LookInType

Values

NameValueDescription
Formulas0Finds the searched object from formula(Formula) if the cell is formula, otherwise finds from cell’s original value(same with OriginalValues).
Values1Finds object from cell’s original value(Value) and formatted value(StringValue).
ValuesExcludeFormulaCell2Ignores cells that are formula. For those cells that are not formula, it is same with Values.
Comments3Finds object from cell’s comment only. Ignores those cells that have no comment.
OnlyFormulas4Ignores cells that are not formula. For those cells that are formula, finds the searched object from formula(Formula).
OriginalValues5Find object from cell’s original value only.
FormattedValues6Find object from cell’s formatted value(StringValue) only.

See Also