_Application.CursorMovement Property
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.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property CursorMovement As Integer
Get
Set
'Usage
Dim instance As _Application
Dim value As Integer
value = instance.CursorMovement
instance.CursorMovement = value
int CursorMovement { get; set; }
Property Value
Type: System.Int32
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.