Field Summary | ||
---|---|---|
const int | BOTTOM_BORDER | |
Represents bottom border line. | ||
const int | DIAGONAL_DOWN | |
Represents the diagonal line from top left to right bottom. | ||
const int | DIAGONAL_UP | |
Represents the diagonal line from bottom left to right top. | ||
const int | LEFT_BORDER | |
Represents left border line. | ||
const int | RIGHT_BORDER | |
Represents right border line exists. | ||
const int | TOP_BORDER | |
Represents top border line. | ||
const int | HORIZONTAL | |
Only for dynamic style,such as conditional formatting. | ||
const int | VERTICAL | |
Only for dynamic style,such as conditional formatting. |
Field Detail |
---|
BOTTOM_BORDER | |
const int BOTTOM_BORDER |
DIAGONAL_DOWN | |
const int DIAGONAL_DOWN |
DIAGONAL_UP | |
const int DIAGONAL_UP |
LEFT_BORDER | |
const int LEFT_BORDER |
RIGHT_BORDER | |
const int RIGHT_BORDER |
TOP_BORDER | |
const int TOP_BORDER |
HORIZONTAL | |
const int HORIZONTAL |
VERTICAL | |
const int VERTICAL |