PostWorksheetCellsRangeColumnWidth
Contents
[
Hide
]
PostWorksheetCellsRangeColumnWidth
Set the column width of the specified range.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/ranges/columnWidth | POST | Set the column width of the specified range. | PostWorksheetCellsRangeColumnWidth |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
value | floating | Sets the column width of this range. |
folder | string | Original workbook folder. |
storageName | string | Storage name. |
Request Body Parameter
Parameter Name | Type | Description |
---|---|---|
range | class:range | Range The range object. |