Office.AddBindingFromSelectionOptions interface

提供用于标识所创建绑定的选项。

属性

asyncContext

在传递到回调的 AsyncResult 对象的 asyncContext 属性中返回的任何类型的用户定义项,保持不变。

columns

绑定中涉及的列的名称。

id

绑定的唯一 ID。 如果未提供,则自动生成。

属性详细信息

asyncContext

在传递到回调的 AsyncResult 对象的 asyncContext 属性中返回的任何类型的用户定义项,保持不变。

asyncContext?: any

属性值

any

columns

绑定中涉及的列的名称。

columns?: string[]

属性值

string[]

id

绑定的唯一 ID。 如果未提供,则自动生成。

id?: string

属性值

string