move_to method
move_to
Move the current range to the dest range.
def move_to(self, dest_row, dest_column):
...
Parameter | Type | Description |
---|---|---|
dest_row | int | The start row of the dest range. |
dest_column | int | The start column of the dest range. |
See Also
- module
aspose.cells
- class
Range