PostAutofitWorksheetColumns
Contents
[
Hide
]
PostAutofitWorksheetColumns
Autofit columns in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/autofitcolumns | POST | Autofit columns in the worksheet. | PostAutofitWorksheetColumns |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
startColumn | integer | The start column index. |
endColumn | integer | The end column index. |
onlyAuto | boolean | |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |