Width Property (Window Object)¶
Returns or sets the width of the window. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
width = wnd.Width;
wnd.Width = width;
[VBScript]¶
width = wnd.Width
wnd.Width = width
Version¶
Macro Reference — Window Object — Width Property (Window Object)