Height Property (Window Object)¶
Returns or sets the height of the window. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
height = wnd.Height;
wnd.Height = height;
[VBScript]¶
height = wnd.Height
wnd.Height = height
Version¶