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