PutDocumentProperty
Contents
[
Hide
]
PutDocumentProperty
Set or add an Excel property.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/documentproperties | PUT | Set or add an Excel property. | PutDocumentProperty |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The workbook name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |
Request Body Parameter
Parameter Name | Type | Description |
---|---|---|
property | class:cellsdocumentproperty | Get or set the value of the property. |