LookInType Enum
LookInType Enum
Represents look in type.
type LookInType int32
Fields
Field | Description |
---|---|
Formulas | If the cell contains a formula, find object from formula, else find it from the value. |
Values | Only find object from the formatted values. |
ValuesExcludeFormulaCell | Only find object from the values of cells which do not contains formula. |
Comments | Only find object from the comments. |
OnlyFormulas | Only find object from formulas. |
OriginalValues | Only find object from the original values. |