Excel.CommentDetail interface

A structure for the comment ID and IDs of its related replies.

Remarks

[ API set: ExcelApi 1.12 ]

Properties

commentId

Represents the ID of the comment.

replyIds

Represents the IDs of the related replies that belong to the comment.

Property Details

commentId

Represents the ID of the comment.

commentId: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.12 ]

replyIds

Represents the IDs of the related replies that belong to the comment.

replyIds: string[];

Property Value

string[]

Remarks

[ API set: ExcelApi 1.12 ]