y 属性 (Point 对象)

代表 Point 对象的垂直(或行)位置。

[JavaScript]

y = point.y;
point.y = y;

[VBScript]

y = point.y
point.y = y

版本

支持 EmEditor 17.0 或之后的版本。