_Application.CursorMovement 属性

定义

返回或设置一个值,此值用于表明使用的是可见光标还是逻辑光标。 可为以下常量之一:xlVisualCursorxlLogicalCursor

public:
 property int CursorMovement { int get(); void set(int value); };
public int CursorMovement { get; set; }
Public Property CursorMovement As Integer

属性值

注解

对于所选择或安装的不同语言支持(例如,英语(美国)),这些常量可能不可用。

适用于