Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection class

WebExtensionTaskPaneCollection class

Represents the list of task pane.

class WebExtensionTaskPaneCollection

Methods

MethodDescription
Add()Adds task pane.
begin()Returns an iterator to the beginning of the WebExtensionTaskPaneCollection.
end()Returns an iterator to the end of the WebExtensionTaskPaneCollection.
Get(int32_t index)Gets task pane 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 WebExtensionTaskPaneCollection& src)operator=
WebExtensionTaskPaneCollection(WebExtensionTaskPaneCollection_Impl* impl)Constructs from an implementation object.
WebExtensionTaskPaneCollection(const WebExtensionTaskPaneCollection& src)Copy constructor.
~WebExtensionTaskPaneCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also