PostAutofitWorksheetRow
Contents
[
Hide
]
PostAutofitWorksheetRow
Autofit a row in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/autofitrow | POST | Autofit a row in the worksheet. | PostAutofitWorksheetRow |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
rowIndex | integer | The row index. |
firstColumn | integer | The first column index. |
lastColumn | integer | The last column index. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |