WebExtensionBinding
Contents
[
Hide
]WebExtensionBinding class
Represents a binding relationship between an Office Add-in and the data in the document.
Constructors
| Name | Description |
|---|---|
| WebExtensionBinding |
Properties
| Name | Type | Description |
|---|---|---|
| Id | String | Gets and sets the binding identifier. |
| Type | String | Gets and sets the binding type. |
| Appref | String | Gets and sets the binding key used to map the binding entry in this list with the bound data in the document. |
WebExtensionBinding()
WebExtensionBinding.Id property
Gets and sets the binding identifier.
Type: String
WebExtensionBinding.Type property
Gets and sets the binding type.
Type: String
WebExtensionBinding.Appref property
Gets and sets the binding key used to map the binding entry in this list with the bound data in the document.
Type: String