_Application.CursorMovement Property

Definition

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.

Applies to