Aspose::Cells::RangeCollection::AddRange method

RangeCollection::AddRange method

Adds a Range item to the collection.

int32_t Aspose::Cells::RangeCollection::AddRange(const Range &range)
ParameterTypeDescription
rangeconst Range&the range to be added

ReturnValue

index of the added range in this collection

See Also