Aspose::Cells::RangeCollection class

RangeCollection class

Encapsulates a collection of Range objects.

class RangeCollection

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const RangeCollection& src)operator=
RangeCollection(RangeCollection_Impl* impl)Constructs from an implementation object.
RangeCollection(const RangeCollection& src)Copy constructor.
~RangeCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also