Aspose::Cells::LookInType enum

LookInType enum

Represents look in type.

enum class LookInType

Values

NameValueDescription
Formulas0
Finds the searched object from formula(Cell.Formula) if the cell is formula, otherwise finds from cell’s original value(same with OriginalValues).
Values1
Finds object from cell’s original value(Cell.Value) and formatted value(Cell.StringValue).
ValuesExcludeFormulaCell2
Ignores cells that are formula. For those cells that are not formula, it is same with Values.
Comments3
Finds object from cell’s comment only. Ignores those cells that have no comment.
OnlyFormulas4
Ignores cells that are not formula. For those cells that are formula, finds the searched object from formula(Cell.Formula).
OriginalValues5
Find object from cell’s original value only.
FormattedValues6
Find object from cell’s formatted value(Cell.StringValue) only.

See Also