WebExtensionBindingCollection Class
WebExtensionBindingCollection class
Represents the list of binding relationships between an Office Add-in and the data in the document.
type WebExtensionBindingCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewWebExtensionBindingCollection | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Get | Gets web extension binding relationship by the specific index. |
| Add | Adds an a binding relationship between an Office Add-in and the data in the document. |
| GetCount |