Enum LookInType
LookInType enumeration
Represents look in type.
public enum LookInType
Values
Name | Value | Description |
---|---|---|
Formulas | 0 | Finds the searched object from formula(Formula ) if the cell is formula, otherwise finds from cell’s original value(same with OriginalValues). |
Values | 1 | Finds object from cell’s original value(Value ) and formatted value(StringValue ). |
ValuesExcludeFormulaCell | 2 | Ignores cells that are formula. For those cells that are not formula, it is same with Values. |
Comments | 3 | Finds object from cell’s comment only. Ignores those cells that have no comment. |
OnlyFormulas | 4 | Ignores cells that are not formula. For those cells that are formula, finds the searched object from formula(Formula ). |
OriginalValues | 5 | Find object from cell’s original value only. |
FormattedValues | 6 | Find object from cell’s formatted value(StringValue ) only. |
See Also
- namespace Aspose.Cells
- assembly Aspose.Cells