Aspose::Cells::RangeCollection class
Contents
[
Hide
]RangeCollection class
Encapsulates a collection of Range objects.
class RangeCollection
Methods
| Method | Description |
|---|---|
| Add(const Range& range) | (Deprecated) Adds a Range item to the collection. |
| AddRange(const Range& range) | Adds a Range item to the collection. |
| begin() | Returns an iterator to the beginning of the RangeCollection. |
| end() | Returns an iterator to the end of the RangeCollection. |
| Get(int32_t index) | Gets the Range element at the specified index. |
| GetCount() | Gets the number of elements contained in the instance. |
| 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++