PostUpdateWorksheetRangeStyle
Contents
[
Hide
]
PostUpdateWorksheetRangeStyle
Update cell range styles in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/style | POST | Update cell range styles in the worksheet. | PostUpdateWorksheetRangeStyle |
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. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |
Request Body Parameter
Parameter Name | Type | Description |
---|---|---|
style | class:style | Style with update style settings. |