Aspose::Cells::WebExtensions::WebExtensionBindingCollection class
Contents
[
Hide
]WebExtensionBindingCollection class
Represents the list of binding relationships between an Office Add-in and the data in the document.
class WebExtensionBindingCollection
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++