Aspose::Cells::ReferredAreaCollection class

ReferredAreaCollection class

Represents all referred cells and areas.

class ReferredAreaCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the ReferredAreaCollection.
end()Returns an iterator to the end of the ReferredAreaCollection.
Get(int32_t 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 ReferredAreaCollection& src)operator=
ReferredAreaCollection(ReferredAreaCollection_Impl* impl)Constructs from an implementation object.
ReferredAreaCollection(const ReferredAreaCollection& src)Copy constructor.
~ReferredAreaCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also