PutWorksheetFreezePanes
Contents
[
Hide
]
PutWorksheetFreezePanes
Set freeze panes in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/freezepanes | PUT | Set freeze panes in the worksheet. | PutWorksheetFreezePanes |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description | |
---|---|---|---|
row | integer | Row index. | |
column | integer | Column index. | |
freezedRows | integer | Number of visible rows in top pane | no more than row index. |
freezedColumns | integer | Number of visible columns in left pane | no more than column index. |
folder | string | The folder where the file is situated. | |
storageName | string | The storage name where the file is situated. |