add_range method
add_range(self, range)
Adds a Range item to the collection.
Returns
index of the added range in this collection
def add_range(self, range):
...
| Parameter | Type | Description |
|---|---|---|
| range | aspose.cells.Range | the range to be added |
See Also
- module
aspose.cells - class
Range - class
RangeCollection