Office.AddBindingFromSelectionOptions interface
Provides options for identifying the binding that is created.
Properties
async |
A user-defined item of any type that is returned, unchanged, in the asyncContext property of the AsyncResult object that is passed to a callback. |
columns | The names of the columns involved in the binding. |
id | The unique ID of the binding. Autogenerated if not supplied. |
Property Details
asyncContext
A user-defined item of any type that is returned, unchanged, in the asyncContext property of the AsyncResult object that is passed to a callback.
asyncContext?: any
Property Value
any
columns
The names of the columns involved in the binding.
columns?: string[]
Property Value
string[]
id
The unique ID of the binding. Autogenerated if not supplied.
id?: string
Property Value
string