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
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 | Gets the number of elements contained in the instance. |