create_union_range method
create_union_range
Creates a Range
object from an address of the range.
Returns
A Range
object
def create_union_range(self, address, sheet_index):
...
Parameter | Type | Description |
---|---|---|
address | str | The address of the range. |
sheet_index | int | The sheet index. |
See Also
- module
aspose.cells
- class
Range
- class
WorksheetCollection