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

MethodDescription
NewWebExtensionBindingCollectionDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetGets web extension binding relationship by the specific index.
AddAdds an a binding relationship between an Office Add-in and the data in the document.
GetCount