ITabView.SelectionMovementDirection

Syntax

SelectionMovementDirection : TabSelectionMovementDirection;

Description

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

Comments

By default the SelectionMovementDirection property is set to Down 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 ENTER selection does not move.

See also:

ITabView