_Application.CursorMovement 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个值,此值用于表明使用的是可见光标还是逻辑光标。 可为以下常量之一:xlVisualCursor 或 xlLogicalCursor。
public:
property int CursorMovement { int get(); void set(int value); };
public int CursorMovement { get; set; }
Public Property CursorMovement As Integer
属性值
注解
对于所选择或安装的不同语言支持(例如,英语(美国)),这些常量可能不可用。