PostGroupWorksheetRows
Contents
[
Hide
]
PostGroupWorksheetRows
Group rows in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/rows/group | POST | Group rows in the worksheet. | PostGroupWorksheetRows |
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. |
hide | boolean | rows visible state |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |