Utility class containing constants.
Represent the shift options when deleting a range of cells.
Field Summary |
const int | DOWN | |
Shift cells down.
|
const int | LEFT | |
Shift cells left.
|
const int | NONE | |
Do not shift cells.
|
const int | RIGHT | |
Shift cells right.
|
const int | UP | |
Shift cells up.
|
-
Field Detail
DOWN
const int DOWN
Shift cells down.
LEFT
const int LEFT
Shift cells left.
NONE
const int NONE
Do not shift cells.
RIGHT
const int RIGHT
Shift cells right.
UP
const int UP
Shift cells up.