PostClearContents
Contents
[
Hide
]
PostClearContents
Clear cell area contents in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/clearcontents | POST | Clear cell area contents in the worksheet. | PostClearContents |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
range | string | Represents the range to which the specified cells applies. |
startRow | integer | The start row index. |
startColumn | integer | The start column index. |
endRow | integer | The end row index. |
endColumn | integer | The end column index. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |