_Application.MoveAfterReturn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.