LookInType
LookInType enumeration
Represents look in type.
public enum 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
- assembly Aspose.Cells