PostWorksheetCellsRangeMoveTo
Contents
[
Hide
]
PostWorksheetCellsRangeMoveTo
Move the current range to the destination range.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/ranges/moveto | POST | Move the current range to the destination range. | PostWorksheetCellsRangeMoveTo |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
destRow | integer | The start row of the dest range. |
destColumn | integer | The start column of the dest range. |
folder | string | Original workbook folder. |
storageName | string | Storage name. |
Request Body Parameter
Parameter Name | Type | Description |
---|---|---|
range | class:range | range in worksheet |