PostUngroupWorksheetRows
Contents
[
Hide
]
PostUngroupWorksheetRows
Ungroup rows in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/rows/ungroup | POST | Ungroup rows in the worksheet. | PostUngroupWorksheetRows |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
firstIndex | integer | The first row index to be operated. |
lastIndex | integer | The last row index to be operated. |
isAll | boolean | Is all row to be operated |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |