Aspose::Cells::RangeCollection class

RangeCollection class

Encapsulates a collection of Range objects.

class RangeCollection

Methods

MethodDescription
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() 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