Field Summary | ||
---|---|---|
const int | FORMULAS | |
If the cell contains a formula, find object from formula, else find it from the value.
|
||
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.
|
const int FORMULAS
const int VALUES
const int VALUES_EXCLUDE_FORMULA_CELL
const int COMMENTS
const int ONLY_FORMULAS
const int ORIGINAL_VALUES