![]() |
| サイトマップ | |
|
トップ | オブジェクト | プロパティ | メソッド | 定数 |
Width プロパティ |
オブジェクト:Application, Axis, ExcelItem, FitItem, Function, Graph, GraphItem, GraphObject, Group, Line, MacroItem, NamedDataRange, NativeWorksheetItem, Notebook, NotebookItem, Page, Plot, ReportItem, Solid, Symbol, Text, TransformItem, Tuple
アプリケーションウィンドウまたは指定したノートブックドキュメントのウィンドウの幅を設定または返します。
Data 1
" のウィンドウの幅を 600 (ピクセル) に設定します。
ActiveDocument.NotebookItems("Data 1").Width = 600
MsgBox Width
With
ステートメントを使います。
With Application .Left = 0 .Top = 0 .Height = 600 .Width = 800 End With