| LibreOffice
    LibreOffice 24.8 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. | |
| const short | RIGHT = 1 | 
| specifies that the selection moves one cell right. | |
| const short | UP = 2 | 
| specifies that the selection moves one cell up. | |
| const short | LEFT = 3 | 
| specifies that the selection moves one cell left. | |
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.