LibreOffice
LibreOffice 24.2 SDK API Reference
|
used to specify the direction of moving the current selection i.e. More...
Variables | |
const short | DOWN = 0 |
specifies that the selection moves one cell down. More... | |
const short | RIGHT = 1 |
specifies that the selection moves one cell right. More... | |
const short | UP = 2 |
specifies that the selection moves one cell up. More... | |
const short | LEFT = 3 |
specifies that the selection moves one cell left. More... | |
used to specify the direction of moving the current selection i.e.
after a cell has been left with Enter.
const short DOWN = 0 |
specifies that the selection moves one cell down.
const short LEFT = 3 |
specifies that the selection moves one cell left.
const short RIGHT = 1 |
specifies that the selection moves one cell right.
const short UP = 2 |
specifies that the selection moves one cell up.