[]
Specifies which cell gets focus when the enter key is pressed.
public enum DirectionAfterEnterEnum
| Name | Description |
|---|---|
| MoveDown | The next cell will be the cell below the current cell. |
| MoveLeft | The next cell will be the cell to the left of the current cell. |
| MoveNone | Cell currency doesn't change. |
| MoveRight | The next cell will be the cell to the right of the current cell. |
| MoveUp | The next cell will be the cell above the current cell. |