Field Summary | ||
---|---|---|
const int | CONTAINS | |
Cell value Contains the find object. | ||
const int | START_WITH | |
Cell value Starts with the find object. | ||
const int | END_WITH | |
Cell value ends with the find object. | ||
const int | ENTIRE_CONTENT | |
Cell value is same as the find object. |
Field Detail |
---|
CONTAINS | |
const int CONTAINS |
START_WITH | |
const int START_WITH |
END_WITH | |
const int END_WITH |
ENTIRE_CONTENT | |
const int ENTIRE_CONTENT |