LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
com::sun::star::sheet::MoveDirection Constant Group Referencepublished

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.
 

Detailed Description

used to specify the direction of moving the current selection i.e.

after a cell has been left with Enter.

Variable Documentation

◆ DOWN

const short DOWN = 0

specifies that the selection moves one cell down.

◆ LEFT

const short LEFT = 3

specifies that the selection moves one cell left.

◆ RIGHT

const short RIGHT = 1

specifies that the selection moves one cell right.

◆ UP

const short UP = 2

specifies that the selection moves one cell up.