Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection class
WebExtensionTaskPaneCollection class
Represents the list of task pane.
class WebExtensionTaskPaneCollection
Methods
Method | Description |
---|---|
Add() | Adds task pane. |
Get(int32_t index) | Gets task pane by the specific index. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const WebExtensionTaskPaneCollection& src) | operator= |
WebExtensionTaskPaneCollection(WebExtensionTaskPaneCollection_Impl* impl) | Constructs from an implementation object. |
WebExtensionTaskPaneCollection(const WebExtensionTaskPaneCollection& src) | Copy constructor. |
~WebExtensionTaskPaneCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++