Aspose::Cells::WebExtensions::WebExtensionBindingCollection class

WebExtensionBindingCollection class

Represents the list of binding relationships between an Office Add-in and the data in the document.

class WebExtensionBindingCollection

Methods

MethodDescription
Add()Adds an a binding relationship between an Office Add-in and the data in the document.
Get(int32_t index)Gets web extension binding relationship by the specific index.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const WebExtensionBindingCollection& src)operator=
WebExtensionBindingCollection()Default constructor.
WebExtensionBindingCollection(WebExtensionBindingCollection_Impl* impl)Constructs from an implementation object.
WebExtensionBindingCollection(const WebExtensionBindingCollection& src)Copy constructor.
~WebExtensionBindingCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also