PutWorksheetCellsRange
Contents
[
Hide
]
PutWorksheetCellsRange
Insert a range of cells and shift existing cells based on the specified shift option.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/ranges | PUT | Insert a range of cells and shift existing cells based on the specified shift option. | PutWorksheetCellsRange |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
range | string | The range object. |
shift | string | Represent the shift options when deleting a range of cells(Down/Left/None/Right/Up). |
folder | string | Original workbook folder. |
storageName | string | Storage name. |