Field Summary | ||
---|---|---|
const int | BETWEEN | |
Represents Between operator of conditional format and data validation. | ||
const int | EQUAL | |
Represents Equal operator of conditional format and data validation. | ||
const int | GREATER_THAN | |
Represents GreaterThan operator of conditional format and data validation. | ||
const int | GREATER_OR_EQUAL | |
Represents GreaterOrEqual operator of conditional format and data validation. | ||
const int | LESS_THAN | |
Represents LessThan operator of conditional format and data validation. | ||
const int | LESS_OR_EQUAL | |
Represents LessOrEqual operator of conditional format and data validation. | ||
const int | NONE | |
Represents no comparision. | ||
const int | NOT_BETWEEN | |
Represents NotBetween operator of conditional format and data validation. | ||
const int | NOT_EQUAL | |
Represents NotEqual operator of conditional format and data validation. |
Field Detail |
---|
BETWEEN | |
const int BETWEEN |
EQUAL | |
const int EQUAL |
GREATER_THAN | |
const int GREATER_THAN |
GREATER_OR_EQUAL | |
const int GREATER_OR_EQUAL |
LESS_THAN | |
const int LESS_THAN |
LESS_OR_EQUAL | |
const int LESS_OR_EQUAL |
NONE | |
const int NONE |
NOT_BETWEEN | |
const int NOT_BETWEEN |
NOT_EQUAL | |
const int NOT_EQUAL |