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.
begin()Returns an iterator to the beginning of the WebExtensionBindingCollection.
end()Returns an iterator to the end of the WebExtensionBindingCollection.
Get(int32_t index)Gets web extension binding relationship by the specific index.
GetCount()Gets the number of elements contained in the instance.
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