Aspose::Cells::LookInType enum
LookInType enum
Represents look in type.
enum class LookInType
Values
Name | Value | Description |
---|---|---|
Formulas | 0 | If the cell contains a formula, find object from formula, else find it from the value. |
Values | 1 | Only find object from the formatted values. |
ValuesExcludeFormulaCell | 2 | Only find object from the values of cells which do not contains formula. |
Comments | 3 | Only find object from the comments. |
OnlyFormulas | 4 | Only find object from formulas. |
OriginalValues | 5 | Only find object from the original values. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++