PostAutofitWorksheetRows
Contents
[
Hide
]
PostAutofitWorksheetRows
Autofit rows in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/autofitrows | POST | Autofit rows in the worksheet. | PostAutofitWorksheetRows |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
startRow | integer | The start row index. |
endRow | integer | The end row index. |
onlyAuto | boolean | Autofits all rows in this worksheet. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |