Enum LookInType
Enum LookInType
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents look in type.
public enum LookInType
Fields
Comments = 3
Only find object from the comments.
Formulas = 0
If the cell contains a formula, find object from formula, else find it from the value.
OnlyFormulas = 4
Only find object from formulas.
OriginalValues = 5
Only find object from the original values.
Values = 1
Only find object from the formatted values.
ValuesExcludeFormulaCell = 2
Only find object from the values of cells which do not contains formula.