Show/Hide Toolbars

EmEditor 帮助

导航: EmEditor 帮助 > 宏参考 > Point 对象 > 属性

宏: x 属性 (Point 对象)

Scroll 上一页 首页 下一页 其他
EmEditor 主页 - EmEditor 帮助 - EmEditor 宏参考 - Point 对象

x 属性

代表 Point 对象的水平(或字符)位置。

[JavaScript]

x = point.x;

point.x = x;

[VBScript]

x = point.x

point.x = x

版本

支持 EmEditor 17.0 或之后的版本。

Copyright © 2003-2023 by Emurasoft, Inc.