Excel.Interfaces.WindowCollectionLoadOptions interface

Window オブジェクトのコレクションを表します。

プロパティ

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

activeCell

For each ITEM in the collection: ウィンドウ内のアクティブなセルを指定します。

activePane

For each ITEM in the collection: ウィンドウ内のアクティブなウィンドウを指定します。

activeWorksheet

For each ITEM in the collection: ウィンドウ内の作業中のシートを指定します。

autoFilterDateGroupingEnabled

For each ITEM in the collection: ウィンドウでオートフィルターの日付グループ化を有効にするかどうかを指定します。

enableResize

For each ITEM in the collection: ウィンドウのサイズ変更を有効にするかどうかを指定します。

freezePanes

For each ITEM in the collection: ウィンドウをウィンドウで固定するかどうかを指定します。

height

For each ITEM in the collection: ウィンドウの高さを指定します。

index

For each ITEM in the collection: ウィンドウのインデックスを取得します。

isVisible

For each ITEM in the collection: ウィンドウを表示するかどうかを指定します。

left

コレクション内の各アイテムの場合: コンピューター画面の左端からウィンドウの左端までの距離をポイント単位で指定します。

name

For each ITEM in the collection: ウィンドウの名前を指定します。

rangeSelection

For each ITEM in the collection: ウィンドウ内の範囲の選択を取得します。

scrollColumn

For each ITEM in the collection: ウィンドウのスクロール列を指定します。

scrollRow

For each ITEM in the collection: ウィンドウのスクロール行を指定します。

showFormulas

For each ITEM in the collection: 数式をウィンドウに表示するかどうかを指定します。

showGridlines

For each ITEM in the collection: 枠線をウィンドウに表示するかどうかを指定します。

showHeadings

コレクション内の各アイテムの場合: 見出しをウィンドウに表示するかどうかを指定します。

showHorizontalScrollBar

For each ITEM in the collection: 水平スクロール バーをウィンドウに表示するかどうかを指定します。

showOutline

For each ITEM in the collection: アウトラインをウィンドウに表示するかどうかを指定します。

showRightToLeft

For each ITEM in the collection: ウィンドウの右から左のレイアウト値を取得します。 true は、ウィンドウが右から左のレイアウトを使用していることを意味し、false は、ウィンドウが左から右のレイアウトを使用していることを意味します。

showRuler

For each ITEM in the collection: ルーラーをウィンドウに表示するかどうかを指定します。

showVerticalScrollBar

For each ITEM in the collection: 垂直スクロール バーをウィンドウに表示するかどうかを指定します。

showWhitespace

For each ITEM in the collection: ウィンドウに空白を表示するかどうかを指定します。

showWorkbookTabs

For each ITEM in the collection: ブックのタブをウィンドウに表示するかどうかを指定します。

showZeros

For each ITEM in the collection: ウィンドウにゼロを表示するかどうかを指定します。

split

For each ITEM in the collection: ウィンドウの分割状態を指定します。

splitColumn

For each ITEM in the collection: ウィンドウの分割列を指定します。

splitHorizontal

For each ITEM in the collection: ウィンドウの水平方向の分割を指定します。

splitRow

For each ITEM in the collection: ウィンドウの分割行を指定します。

splitVertical

For each ITEM in the collection: ウィンドウの垂直方向の分割を指定します。

tabRatio

For each ITEM in the collection: ウィンドウのタブ比率を指定します。

top

コレクション内の各アイテムの場合: ウィンドウの上端から使用可能な領域 (メニューの下、上部にドッキングされたツールバー、数式バーの下) の上端までの距離をポイント単位で指定します。

type

For each ITEM in the collection: ウィンドウの種類を指定します。

usableHeight

For each ITEM in the collection: ウィンドウの使用可能な高さを指定します。

usableWidth

For each ITEM in the collection: ウィンドウの使用可能な幅を指定します。

view

For each ITEM in the collection: ウィンドウのビューを指定します。

visibleRange

For each ITEM in the collection: ウィンドウの可視範囲を取得します。

width

For each ITEM in the collection: ウィンドウの表示幅を指定します。

windowNumber

For each ITEM in the collection: ウィンドウ番号を指定します。

windowState

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;

プロパティ値

注釈

API セット: ExcelApiDesktop 1.1

activePane

For each ITEM in the collection: ウィンドウ内のアクティブなウィンドウを指定します。

activePane?: Excel.Interfaces.PaneLoadOptions;

プロパティ値

注釈

API セット: ExcelApiDesktop 1.1

activeWorksheet

For each ITEM in the collection: ウィンドウ内の作業中のシートを指定します。

activeWorksheet?: Excel.Interfaces.WorksheetLoadOptions;

プロパティ値

注釈

API セット: ExcelApiDesktop 1.1

autoFilterDateGroupingEnabled

For each ITEM in the collection: ウィンドウでオートフィルターの日付グループ化を有効にするかどうかを指定します。

autoFilterDateGroupingEnabled?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

enableResize

For each ITEM in the collection: ウィンドウのサイズ変更を有効にするかどうかを指定します。

enableResize?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

freezePanes

For each ITEM in the collection: ウィンドウをウィンドウで固定するかどうかを指定します。

freezePanes?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

height

For each ITEM in the collection: ウィンドウの高さを指定します。

height?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

index

For each ITEM in the collection: ウィンドウのインデックスを取得します。

index?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

isVisible

For each ITEM in the collection: ウィンドウを表示するかどうかを指定します。

isVisible?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

left

コレクション内の各アイテムの場合: コンピューター画面の左端からウィンドウの左端までの距離をポイント単位で指定します。

left?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

name

For each ITEM in the collection: ウィンドウの名前を指定します。

name?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

rangeSelection

注意

この API は開発者向けにプレビューとして提供されており、寄せられたフィードバックにもとづいて変更される場合があります。 この API は運用環境で使用しないでください。

For each ITEM in the collection: ウィンドウ内の範囲の選択を取得します。

rangeSelection?: Excel.Interfaces.RangeAreasLoadOptions;

プロパティ値

注釈

API セット: ExcelApi ベータ版 (プレビューのみ)

scrollColumn

For each ITEM in the collection: ウィンドウのスクロール列を指定します。

scrollColumn?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

scrollRow

For each ITEM in the collection: ウィンドウのスクロール行を指定します。

scrollRow?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

showFormulas

For each ITEM in the collection: 数式をウィンドウに表示するかどうかを指定します。

showFormulas?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

showGridlines

For each ITEM in the collection: 枠線をウィンドウに表示するかどうかを指定します。

showGridlines?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

showHeadings

コレクション内の各アイテムの場合: 見出しをウィンドウに表示するかどうかを指定します。

showHeadings?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

showHorizontalScrollBar

For each ITEM in the collection: 水平スクロール バーをウィンドウに表示するかどうかを指定します。

showHorizontalScrollBar?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

showOutline

For each ITEM in the collection: アウトラインをウィンドウに表示するかどうかを指定します。

showOutline?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

showRightToLeft

For each ITEM in the collection: ウィンドウの右から左のレイアウト値を取得します。 true は、ウィンドウが右から左のレイアウトを使用していることを意味し、false は、ウィンドウが左から右のレイアウトを使用していることを意味します。

showRightToLeft?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

showRuler

For each ITEM in the collection: ルーラーをウィンドウに表示するかどうかを指定します。

showRuler?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

showVerticalScrollBar

For each ITEM in the collection: 垂直スクロール バーをウィンドウに表示するかどうかを指定します。

showVerticalScrollBar?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

showWhitespace

For each ITEM in the collection: ウィンドウに空白を表示するかどうかを指定します。

showWhitespace?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

showWorkbookTabs

For each ITEM in the collection: ブックのタブをウィンドウに表示するかどうかを指定します。

showWorkbookTabs?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

showZeros

For each ITEM in the collection: ウィンドウにゼロを表示するかどうかを指定します。

showZeros?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

split

For each ITEM in the collection: ウィンドウの分割状態を指定します。

split?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

splitColumn

For each ITEM in the collection: ウィンドウの分割列を指定します。

splitColumn?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

splitHorizontal

For each ITEM in the collection: ウィンドウの水平方向の分割を指定します。

splitHorizontal?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

splitRow

For each ITEM in the collection: ウィンドウの分割行を指定します。

splitRow?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

splitVertical

For each ITEM in the collection: ウィンドウの垂直方向の分割を指定します。

splitVertical?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

tabRatio

For each ITEM in the collection: ウィンドウのタブ比率を指定します。

tabRatio?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

top

コレクション内の各アイテムの場合: ウィンドウの上端から使用可能な領域 (メニューの下、上部にドッキングされたツールバー、数式バーの下) の上端までの距離をポイント単位で指定します。

top?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

type

For each ITEM in the collection: ウィンドウの種類を指定します。

type?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

usableHeight

For each ITEM in the collection: ウィンドウの使用可能な高さを指定します。

usableHeight?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

usableWidth

For each ITEM in the collection: ウィンドウの使用可能な幅を指定します。

usableWidth?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

view

For each ITEM in the collection: ウィンドウのビューを指定します。

view?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

visibleRange

For each ITEM in the collection: ウィンドウの可視範囲を取得します。

visibleRange?: Excel.Interfaces.RangeLoadOptions;

プロパティ値

注釈

API セット: ExcelApiDesktop 1.1

width

For each ITEM in the collection: ウィンドウの表示幅を指定します。

width?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

windowNumber

For each ITEM in the collection: ウィンドウ番号を指定します。

windowNumber?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

windowState

For each ITEM in the collection: ウィンドウの状態を指定します。

windowState?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1

zoom

For each ITEM in the collection: ウィンドウの表示サイズを表す整数値を指定します。 10 から 400 までのパーセンテージに設定できます。

zoom?: boolean;

プロパティ値

boolean

注釈

API セット: ExcelApiDesktop 1.1