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