| title | workbookCommentReply resource type |
|---|---|
| description | Definition of workbookCommentReply resource type |
| ms.localizationpriority | medium |
| author | grangeryy |
| ms.subservice | excel |
| doc_type | resourcePageType |
| toc.title | Chart comment reply |
| ms.date | 07/30/2024 |
Namespace: microsoft.graph
Represents a reply to an Excel comment.
| Method | Return Type | Description |
|---|---|---|
| List | workbookCommentReply collection | Get a list of comment replies. |
| Create | workbookCommentReply | Create a new comment reply. |
| Get | workbookCommentReply | Read the properties and relationships of a reply. |
| Property | Type | Description |
|---|---|---|
| content | String | The content of the reply. |
| contentType | String | The content type for the reply. |
| id | String | The unique identifier for the reply. Read-only. |
None.
The following JSON representation shows the resource type.
{
"content": "String",
"contentType": "String",
"id": "String (identifier)"
}