WebExtensionBindingCollection
Contents
[
Hide
]WebExtensionBindingCollection class
Represents the list of binding relationships between an Office Add-in and the data in the document.
Constructors
| Name | Description |
|---|---|
| WebExtensionBindingCollection |
Properties
| Name | Type | Description |
|---|---|---|
| Count | Number | |
| Item (int) | WebExtensionBinding | Gets web extension binding relationship by the specific index. |
Methods
| Name | Description |
|---|---|
| add | Adds an a binding relationship between an Office Add-in and the data in the document. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
WebExtensionBindingCollection()
WebExtensionBindingCollection.Count property
Type: Number
WebExtensionBindingCollection.Item (int) property
Gets web extension binding relationship by the specific index.
Type: WebExtensionBinding
add() (1 of 2)
Adds an a binding relationship between an Office Add-in and the data in the document.
add(value) (2 of 2)
Reserved for internal use.
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.