_Application.MoveAfterReturnDirection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置当用户按 Enter 时,活动单元格的移动方向。 读/写 XlDirection。
public:
property Microsoft::Office::Interop::Excel::XlDirection MoveAfterReturnDirection { Microsoft::Office::Interop::Excel::XlDirection get(); void set(Microsoft::Office::Interop::Excel::XlDirection value); };
public Microsoft.Office.Interop.Excel.XlDirection MoveAfterReturnDirection { get; set; }
Public Property MoveAfterReturnDirection As XlDirection
属性值
注解
XlDirection 可以是以下 XlDirection 常量之一:
xlDown
xlToLeft
xlToRight
xlUp
MoveAfterReturn如果该属性为 False,则无论如何设置 MoveAfterReturnDirection 属性,所选内容都不会移动。