_Application.MoveAfterReturn Property

Definition

True if the active cell will be moved as soon as the ENTER (RETURN) key is pressed.

public:
 property bool MoveAfterReturn { bool get(); void set(bool value); };
public bool MoveAfterReturn { get; set; }
Public Property MoveAfterReturn As Boolean

Property Value

Remarks

Use the MoveAfterReturnDirection property to specify the direction in which the active cell is to be moved.

Applies to