Aspose::Cells::ReferredAreaCollection class

ReferredAreaCollection class

Represents all referred cells and areas.

class ReferredAreaCollection

Methods

MethodDescription
Get(int32_t index)
GetCount()
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