Direction 
 
 
 An enumeration representing the possible directions that one can move within a spreadsheet using the arrow keys.
To call an enum, you call its parent class, name, and property. For example, SpreadsheetApp.Direction.UP 
.
Properties
| Property | Type | Description | 
|---|---|---|
| UP | Enum | The direction of decreasing row indices. | 
| DOWN | Enum | The direction of increasing row indices. | 
| PREVIOUS | Enum | The direction of decreasing column indices. | 
| NEXT | Enum | The direction of increasing column indices. | 

