ITabView.SelectionMovementDirection

Syntax

SelectionMovementDirection : TabSelectionMovementDirection;

Description

The SelectionMovementDirection property determines direction of selection movement after pressing ENTER.

Comments

The SelectionMovementDirection property is set to Down by default. Pressing SHIFT+ENTER shifts the selection in the direction opposite to SelectionMovementDirection. If multiple cells are selected, on value entry the selection moves within the selected range. If SelectionMovementDirection is set to None, after pressing the ENTER key selection does not move.

See also:

ITabView