y Property (Point Object)¶
Represents the vertical (or line) position of the Point object. Supported on EmEditor Professional Version 17.0 or later.¶
[JavaScript]¶
y = point.y;
point.y = y;
[VBScript]¶
y = point.y
point.y = y
Version¶
Macro Reference — Point Object — y Property (Point Object)