Excel.Interfaces.WindowCollectionLoadOptions interface
Window オブジェクトのコレクションを表します。
プロパティ
| $all | 読み込みオプションに |
| active |
For each ITEM in the collection: ウィンドウ内のアクティブなセルを指定します。 |
| active |
For each ITEM in the collection: ウィンドウ内のアクティブなウィンドウを指定します。 |
| active |
For each ITEM in the collection: ウィンドウ内の作業中のシートを指定します。 |
| auto |
For each ITEM in the collection: ウィンドウでオートフィルターの日付グループ化を有効にするかどうかを指定します。 |
| enable |
For each ITEM in the collection: ウィンドウのサイズ変更を有効にするかどうかを指定します。 |
| freeze |
For each ITEM in the collection: ウィンドウをウィンドウで固定するかどうかを指定します。 |
| height | For each ITEM in the collection: ウィンドウの高さを指定します。 |
| index | For each ITEM in the collection: ウィンドウのインデックスを取得します。 |
| is |
For each ITEM in the collection: ウィンドウを表示するかどうかを指定します。 |
| left | コレクション内の各アイテムの場合: コンピューター画面の左端からウィンドウの左端までの距離をポイント単位で指定します。 |
| name | For each ITEM in the collection: ウィンドウの名前を指定します。 |
| range |
For each ITEM in the collection: ウィンドウ内の範囲の選択を取得します。 |
| scroll |
For each ITEM in the collection: ウィンドウのスクロール列を指定します。 |
| scroll |
For each ITEM in the collection: ウィンドウのスクロール行を指定します。 |
| show |
For each ITEM in the collection: 数式をウィンドウに表示するかどうかを指定します。 |
| show |
For each ITEM in the collection: 枠線をウィンドウに表示するかどうかを指定します。 |
| show |
コレクション内の各アイテムの場合: 見出しをウィンドウに表示するかどうかを指定します。 |
| show |
For each ITEM in the collection: 水平スクロール バーをウィンドウに表示するかどうかを指定します。 |
| show |
For each ITEM in the collection: アウトラインをウィンドウに表示するかどうかを指定します。 |
| show |
For each ITEM in the collection: ウィンドウの右から左のレイアウト値を取得します。 true は、ウィンドウが右から左のレイアウトを使用していることを意味し、false は、ウィンドウが左から右のレイアウトを使用していることを意味します。 |
| show |
For each ITEM in the collection: ルーラーをウィンドウに表示するかどうかを指定します。 |
| show |
For each ITEM in the collection: 垂直スクロール バーをウィンドウに表示するかどうかを指定します。 |
| show |
For each ITEM in the collection: ウィンドウに空白を表示するかどうかを指定します。 |
| show |
For each ITEM in the collection: ブックのタブをウィンドウに表示するかどうかを指定します。 |
| show |
For each ITEM in the collection: ウィンドウにゼロを表示するかどうかを指定します。 |
| split | For each ITEM in the collection: ウィンドウの分割状態を指定します。 |
| split |
For each ITEM in the collection: ウィンドウの分割列を指定します。 |
| split |
For each ITEM in the collection: ウィンドウの水平方向の分割を指定します。 |
| split |
For each ITEM in the collection: ウィンドウの分割行を指定します。 |
| split |
For each ITEM in the collection: ウィンドウの垂直方向の分割を指定します。 |
| tab |
For each ITEM in the collection: ウィンドウのタブ比率を指定します。 |
| top | コレクション内の各アイテムの場合: ウィンドウの上端から使用可能な領域 (メニューの下、上部にドッキングされたツールバー、数式バーの下) の上端までの距離をポイント単位で指定します。 |
| type | For each ITEM in the collection: ウィンドウの種類を指定します。 |
| usable |
For each ITEM in the collection: ウィンドウの使用可能な高さを指定します。 |
| usable |
For each ITEM in the collection: ウィンドウの使用可能な幅を指定します。 |
| view | For each ITEM in the collection: ウィンドウのビューを指定します。 |
| visible |
For each ITEM in the collection: ウィンドウの可視範囲を取得します。 |
| width | For each ITEM in the collection: ウィンドウの表示幅を指定します。 |
| window |
For each ITEM in the collection: ウィンドウ番号を指定します。 |
| window |
For each ITEM in the collection: ウィンドウの状態を指定します。 |
| zoom | For each ITEM in the collection: ウィンドウの表示サイズを表す整数値を指定します。 10 から 400 までのパーセンテージに設定できます。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
activeCell
For each ITEM in the collection: ウィンドウ内のアクティブなセルを指定します。
activeCell?: Excel.Interfaces.RangeLoadOptions;
プロパティ値
注釈
activePane
For each ITEM in the collection: ウィンドウ内のアクティブなウィンドウを指定します。
activePane?: Excel.Interfaces.PaneLoadOptions;
プロパティ値
注釈
activeWorksheet
For each ITEM in the collection: ウィンドウ内の作業中のシートを指定します。
activeWorksheet?: Excel.Interfaces.WorksheetLoadOptions;
プロパティ値
注釈
autoFilterDateGroupingEnabled
For each ITEM in the collection: ウィンドウでオートフィルターの日付グループ化を有効にするかどうかを指定します。
autoFilterDateGroupingEnabled?: boolean;
プロパティ値
boolean
注釈
enableResize
For each ITEM in the collection: ウィンドウのサイズ変更を有効にするかどうかを指定します。
enableResize?: boolean;
プロパティ値
boolean
注釈
freezePanes
For each ITEM in the collection: ウィンドウをウィンドウで固定するかどうかを指定します。
freezePanes?: boolean;
プロパティ値
boolean
注釈
height
For each ITEM in the collection: ウィンドウの高さを指定します。
height?: boolean;
プロパティ値
boolean
注釈
index
For each ITEM in the collection: ウィンドウのインデックスを取得します。
index?: boolean;
プロパティ値
boolean
注釈
isVisible
For each ITEM in the collection: ウィンドウを表示するかどうかを指定します。
isVisible?: boolean;
プロパティ値
boolean
注釈
left
コレクション内の各アイテムの場合: コンピューター画面の左端からウィンドウの左端までの距離をポイント単位で指定します。
left?: boolean;
プロパティ値
boolean
注釈
name
For each ITEM in the collection: ウィンドウの名前を指定します。
name?: boolean;
プロパティ値
boolean
注釈
rangeSelection
注意
この API は開発者向けにプレビューとして提供されており、寄せられたフィードバックにもとづいて変更される場合があります。 この API は運用環境で使用しないでください。
For each ITEM in the collection: ウィンドウ内の範囲の選択を取得します。
rangeSelection?: Excel.Interfaces.RangeAreasLoadOptions;
プロパティ値
注釈
scrollColumn
For each ITEM in the collection: ウィンドウのスクロール列を指定します。
scrollColumn?: boolean;
プロパティ値
boolean
注釈
scrollRow
For each ITEM in the collection: ウィンドウのスクロール行を指定します。
scrollRow?: boolean;
プロパティ値
boolean
注釈
showFormulas
For each ITEM in the collection: 数式をウィンドウに表示するかどうかを指定します。
showFormulas?: boolean;
プロパティ値
boolean
注釈
showGridlines
For each ITEM in the collection: 枠線をウィンドウに表示するかどうかを指定します。
showGridlines?: boolean;
プロパティ値
boolean
注釈
showHeadings
コレクション内の各アイテムの場合: 見出しをウィンドウに表示するかどうかを指定します。
showHeadings?: boolean;
プロパティ値
boolean
注釈
showHorizontalScrollBar
For each ITEM in the collection: 水平スクロール バーをウィンドウに表示するかどうかを指定します。
showHorizontalScrollBar?: boolean;
プロパティ値
boolean
注釈
showOutline
For each ITEM in the collection: アウトラインをウィンドウに表示するかどうかを指定します。
showOutline?: boolean;
プロパティ値
boolean
注釈
showRightToLeft
For each ITEM in the collection: ウィンドウの右から左のレイアウト値を取得します。 true は、ウィンドウが右から左のレイアウトを使用していることを意味し、false は、ウィンドウが左から右のレイアウトを使用していることを意味します。
showRightToLeft?: boolean;
プロパティ値
boolean
注釈
showRuler
For each ITEM in the collection: ルーラーをウィンドウに表示するかどうかを指定します。
showRuler?: boolean;
プロパティ値
boolean
注釈
showVerticalScrollBar
For each ITEM in the collection: 垂直スクロール バーをウィンドウに表示するかどうかを指定します。
showVerticalScrollBar?: boolean;
プロパティ値
boolean
注釈
showWhitespace
For each ITEM in the collection: ウィンドウに空白を表示するかどうかを指定します。
showWhitespace?: boolean;
プロパティ値
boolean
注釈
showWorkbookTabs
For each ITEM in the collection: ブックのタブをウィンドウに表示するかどうかを指定します。
showWorkbookTabs?: boolean;
プロパティ値
boolean
注釈
showZeros
For each ITEM in the collection: ウィンドウにゼロを表示するかどうかを指定します。
showZeros?: boolean;
プロパティ値
boolean
注釈
split
For each ITEM in the collection: ウィンドウの分割状態を指定します。
split?: boolean;
プロパティ値
boolean
注釈
splitColumn
For each ITEM in the collection: ウィンドウの分割列を指定します。
splitColumn?: boolean;
プロパティ値
boolean
注釈
splitHorizontal
For each ITEM in the collection: ウィンドウの水平方向の分割を指定します。
splitHorizontal?: boolean;
プロパティ値
boolean
注釈
splitRow
For each ITEM in the collection: ウィンドウの分割行を指定します。
splitRow?: boolean;
プロパティ値
boolean
注釈
splitVertical
For each ITEM in the collection: ウィンドウの垂直方向の分割を指定します。
splitVertical?: boolean;
プロパティ値
boolean
注釈
tabRatio
For each ITEM in the collection: ウィンドウのタブ比率を指定します。
tabRatio?: boolean;
プロパティ値
boolean
注釈
top
コレクション内の各アイテムの場合: ウィンドウの上端から使用可能な領域 (メニューの下、上部にドッキングされたツールバー、数式バーの下) の上端までの距離をポイント単位で指定します。
top?: boolean;
プロパティ値
boolean
注釈
type
For each ITEM in the collection: ウィンドウの種類を指定します。
type?: boolean;
プロパティ値
boolean
注釈
usableHeight
For each ITEM in the collection: ウィンドウの使用可能な高さを指定します。
usableHeight?: boolean;
プロパティ値
boolean
注釈
usableWidth
For each ITEM in the collection: ウィンドウの使用可能な幅を指定します。
usableWidth?: boolean;
プロパティ値
boolean
注釈
view
For each ITEM in the collection: ウィンドウのビューを指定します。
view?: boolean;
プロパティ値
boolean
注釈
visibleRange
For each ITEM in the collection: ウィンドウの可視範囲を取得します。
visibleRange?: Excel.Interfaces.RangeLoadOptions;
プロパティ値
注釈
width
For each ITEM in the collection: ウィンドウの表示幅を指定します。
width?: boolean;
プロパティ値
boolean
注釈
windowNumber
For each ITEM in the collection: ウィンドウ番号を指定します。
windowNumber?: boolean;
プロパティ値
boolean
注釈
windowState
For each ITEM in the collection: ウィンドウの状態を指定します。
windowState?: boolean;
プロパティ値
boolean
注釈
zoom
For each ITEM in the collection: ウィンドウの表示サイズを表す整数値を指定します。 10 から 400 までのパーセンテージに設定できます。
zoom?: boolean;
プロパティ値
boolean