Aspose::Cells::LookInType enum

LookInType enum

Represents look in type.

enum class LookInType

Values

NameValueDescription
Formulas0
If the cell contains a formula, find object from formula, else find it from the value.
Values1
Only find object from the formatted values.
ValuesExcludeFormulaCell2
Only find object from the values of cells which do not contains formula.
Comments3
Only find object from the comments.
OnlyFormulas4
Only find object from formulas.
OriginalValues5
Only find object from the original values.

See Also