20#ifndef __com_sun_star_sheet_MoveDirection_idl__
21#define __com_sun_star_sheet_MoveDirection_idl__
24module
com { module sun { module star { module sheet {
30published constants MoveDirection
const short RIGHT
specifies that the selection moves one cell right.
Definition: MoveDirection.idl:40
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
Definition: Accessible.idl:22