Programmer's Guide > Interfaces > TableObject interface > Direction enumeration
  
Direction enumeration
A direction.
The Direction enumeration has the following constants of type unsigned short.
RIGHT = 0
To the right.
BELOW = 1
Below.
LEFT = 2
To the left.
ABOVE = 3
Above.