Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 1.76 KB

File metadata and controls

70 lines (53 loc) · 1.76 KB
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.

Methods

Method Return Type Description
List workbookComment collection Get a workbookComment object collection.
Get workbookComment Read the properties and relationships of a workbookComment object.

Properties

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.

Relationships

Relationship Type Description
replies workbookCommentReply collection The list of replies to the comment. Read-only. Nullable.

JSON representation

The following JSON representation shows the resource type.

{
  "content": "String",
  "contentType": "String",
  "id": "String (identifier)"
}