Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 1.72 KB

File metadata and controls

69 lines (52 loc) · 1.72 KB
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

workbookCommentReply resource type

Namespace: microsoft.graph

Represents a reply to an Excel comment.

Methods

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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