Aspose::Cells::ReferredAreaCollection class
ReferredAreaCollection class
Represents all referred cells and areas.
class ReferredAreaCollection
Methods
Method | Description |
---|---|
Get(int32_t index) | |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const ReferredAreaCollection& src) | operator= |
ReferredAreaCollection(ReferredAreaCollection_Impl* impl) | Constructs from an implementation object. |
ReferredAreaCollection(const ReferredAreaCollection& src) | Copy constructor. |
~ReferredAreaCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++