PostUpdateWorksheetRow
Contents
[
Hide
]
PostUpdateWorksheetRow
Update height of rows in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/rows/{rowIndex} | POST | Update height of rows in the worksheet. | PostUpdateWorksheetRow |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
rowIndex | integer | The row index. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
height | floating | The new row height. |
count | integer | |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |