EnterMoves Property
Returns/Sets a value that determines how the active cell changes when the enter key is pressed.
Syntax
object.EnterMoves [= number ]
The syntax of the EnterMoves Property has these parts:
| Part | Description |
| object | A DGrid control. |
| number | A dgEnterConstants value 0=dgNoMove, 1=dgMoveNext, 2=dgMoveDown. |
Data Type
dgEnterConstants