Office.AddBindingFromSelectionOptions interface

作成されるバインドを識別するためのオプションを提供します。

プロパティ

asyncContext

コールバックに渡される AsyncResult オブジェクトの asyncContext プロパティで、変更せずに返される任意の型のユーザー定義項目。

columns

バインドに関係する列の名前。

id

バインドの一意の ID。 指定されていない場合は自動生成されます。

プロパティの詳細

asyncContext

コールバックに渡される AsyncResult オブジェクトの asyncContext プロパティで、変更せずに返される任意の型のユーザー定義項目。

asyncContext?: any

プロパティ値

any

columns

バインドに関係する列の名前。

columns?: string[]

プロパティ値

string[]

id

バインドの一意の ID。 指定されていない場合は自動生成されます。

id?: string

プロパティ値

string