Aspose::Cells::RangeCollection::Add method
RangeCollection::Add method
Adds a Range item to the collection.
Deprecated
Use RangeCollection.AddRange(Range) method instead.
int32_t Aspose::Cells::RangeCollection::Add(const Range &range)
| Parameter | Type | Description |
|---|---|---|
| range | const Range& | Range object |
ReturnValue
Remarks
NOTE: This member is now obsolete. Instead, please use AddRange() method. This method will be removed 6 months later since December 2025. Aspose apologizes for any inconvenience you may have experienced.
See Also
- Class Vector
- Class Range
- Class RangeCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++