Office.AddBindingFromSelectionOptions interface
提供用于标识所创建的绑定的选项。
属性
async |
在传递给回调的 AsyncResult 对象的 asyncContext 属性中返回的、未更改的任何类型的用户定义的项。 |
columns | 绑定中涉及的列的名称。 |
id | 绑定的唯一 ID。 如果未提供,则自动生成。 |
属性详细信息
asyncContext
在传递给回调的 AsyncResult 对象的 asyncContext 属性中返回的、未更改的任何类型的用户定义的项。
asyncContext?: any
属性值
any
columns
绑定中涉及的列的名称。
columns?: string[]
属性值
string[]
id
绑定的唯一 ID。 如果未提供,则自动生成。
id?: string
属性值
string