20 #ifndef __com_sun_star_sheet_MoveDirection_idl__
21 #define __com_sun_star_sheet_MoveDirection_idl__
24 module com { module sun { module star { module sheet {
30 published constants MoveDirection
const short LEFT
specifies that the selection moves one cell left.
Definition: MoveDirection.idl:50
const short UP
specifies that the selection moves one cell up.
Definition: MoveDirection.idl:45
const short DOWN
specifies that the selection moves one cell down.
Definition: MoveDirection.idl:35
const short RIGHT
specifies that the selection moves one cell right.
Definition: MoveDirection.idl:40