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