PutInsertWorksheetColumns
Contents
[
Hide
]
PutInsertWorksheetColumns
Insert worksheet columns in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/columns/{columnIndex} | PUT | Insert worksheet columns in the worksheet. | PutInsertWorksheetColumns |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
columnIndex | integer | The column index. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
columns | integer | The number of columns. |
updateReference | boolean | Indicates if references in other worksheets will be updated. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |