Excel.Interfaces.BindingLoadOptions interface

ブックで定義されている Office.js のバインディングを表します。

注釈

[ API セット: ExcelApi 1.1 ]

プロパティ

$all

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

id

バインド識別子を表します。

type

バインドの型を返します。 詳細は「Excel.BindingType」をご覧ください。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

id

バインド識別子を表します。

id?: boolean;

プロパティ値

boolean

注釈

[ API セット: ExcelApi 1.1 ]

type

バインドの型を返します。 詳細は「Excel.BindingType」をご覧ください。

type?: boolean;

プロパティ値

boolean

注釈

[ API セット: ExcelApi 1.1 ]