Aspose::Cells::RangeCollection class
RangeCollection class
Encapsulates a collection of Range objects.
class RangeCollection
Methods
Method | Description |
---|---|
Add(const Range& range) | Adds a Range item to the collection. |
Get(int32_t index) | Gets the Range element at the specified index. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const RangeCollection& src) | operator= |
RangeCollection(RangeCollection_Impl* impl) | Constructs from an implementation object. |
RangeCollection(const RangeCollection& src) | Copy constructor. |
~RangeCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++