| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
Go to the source code of this file.
| Modules | |
| module | com | 
| module | com::sun | 
| module | com::sun::star | 
| the module com::sun::star is the root module of the UNO API. | |
| module | com::sun::star::sheet | 
| Spreadsheet specific interfaces. | |
| Constant Groups | |
| constants | com::sun::star::sheet::MoveDirection | 
| used to specify the direction of moving the current selection i.e. | |
| 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. | |