_Application.CursorMovement 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.
Returns or sets a value that indicates whether a visual cursor or a logical cursor is used. Can be one of the following constants: xlVisualCursor or xlLogicalCursor.
public:
property int CursorMovement { int get(); void set(int value); };
public int CursorMovement { get; set; }
Public Property CursorMovement As Integer
Property Value
Remarks
These constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.