Width プロパティ (Window オブジェクト)¶
ウィンドウの幅を取得するか、または設定します。 EmEditor Professional Version 7.00 以上で利用できます。¶
[JavaScript]¶
width = wnd.Width;
wnd.Width = width;
[VBScript]¶
width = wnd.Width
wnd.Width = width
バージョン¶
マクロ リファレンス — Window オブジェクト — Width プロパティ (Window オブジェクト)