PostCopyWorksheetRows
Contents
[
Hide
]
PostCopyWorksheetRows
Copy data and formats from specific entire rows in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/rows/copy | POST | Copy data and formats from specific entire rows in the worksheet. | PostCopyWorksheetRows |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
sourceRowIndex | integer | Source row index |
destinationRowIndex | integer | Destination row index |
rowNumber | integer | The copied row number |
worksheet | string | The worksheet name. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |