Aspose::Cells::WebExtensions::WebExtensionReferenceCollection class

WebExtensionReferenceCollection class

Represents the list of web extension reference.

class WebExtensionReferenceCollection

Methods

MethodDescription
Add()Adds an empty reference of web extension.
begin()Returns an iterator to the beginning of the WebExtensionReferenceCollection.
end()Returns an iterator to the end of the WebExtensionReferenceCollection.
Get(int32_t index)Gets web extension 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 WebExtensionReferenceCollection& src)operator=
WebExtensionReferenceCollection()Default constructor.
WebExtensionReferenceCollection(WebExtensionReferenceCollection_Impl* impl)Constructs from an implementation object.
WebExtensionReferenceCollection(const WebExtensionReferenceCollection& src)Copy constructor.
~WebExtensionReferenceCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also