Field Summary | ||
---|---|---|
const Number | FORMULAS | |
If the cell contains a formula, find object from formula, else find it from the value.
|
||
const Number | VALUES | |
Only find object from the formatted values.
|
||
const Number | VALUES_EXCLUDE_FORMULA_CELL | |
Only find object from the values of cells which do not contains formula.
|
||
const Number | COMMENTS | |
Only find object from the comments.
|
||
const Number | ONLY_FORMULAS | |
Only find object from formulas.
|
||
const Number | ORIGINAL_VALUES | |
Only find object from the original values.
|
const Number FORMULAS
const Number VALUES
const Number VALUES_EXCLUDE_FORMULA_CELL
const Number COMMENTS
const Number ONLY_FORMULAS
const Number ORIGINAL_VALUES