LookInType Enum
Contents
[
Hide
]LookInType Enum
Represents look in type.
type LookInType int32
Fields
Field | Description |
---|---|
Formulas | Finds the searched object from formula( |
Values | Finds object from cell’s original value( |
ValuesExcludeFormulaCell | Ignores cells that are formula. For those cells that are not formula,it is same with |
Comments | Finds object from cell’s comment only. Ignores those cells that have no comment. |
OnlyFormulas | Ignores cells that are not formula. For those cells that are formula,finds the searched object from formula( |
OriginalValues | Find object from cell’s original value only. |
FormattedValues | Find object from cell’s formatted value( |