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. |
Field Detail |
---|
FORMULAS | |
const Number FORMULAS |
VALUES | |
const Number VALUES |
VALUES_EXCLUDE_FORMULA_CELL | |
const Number VALUES_EXCLUDE_FORMULA_CELL |
COMMENTS | |
const Number COMMENTS |
ONLY_FORMULAS | |
const Number ONLY_FORMULAS |
ORIGINAL_VALUES | |
const Number ORIGINAL_VALUES |