PostWorksheetPivotTableMove
Contents
[
Hide
]
PostWorksheetPivotTableMove
Move PivotTable in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/Move | POST | Move PivotTable in the worksheet. | PostWorksheetPivotTableMove |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
pivotTableIndex | integer | Gets the PivotTable report by index. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
row | integer | Row index. |
column | integer | Column index. |
destCellName | string | The dest cell name. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |