Edit

Excel.CommentRichContent interface

Represents the content contained within a comment or comment reply. Rich content incudes the text string and any other objects contained within the comment body, such as mentions.

Remarks

[Api set: ExcelApi 1.11]

Properties

mentions

An array containing all the entities (e.g., people) mentioned within the comment.

richContent

Specifies the rich content of the comment (e.g., comment content with mentions, the first mentioned entity has an ID attribute of 0, and the second mentioned entity has an ID attribute of 1).

Property Details

mentions

An array containing all the entities (e.g., people) mentioned within the comment.

mentions?: Excel.CommentMention[];

Property Value

Remarks

[Api set: ExcelApi 1.11]

richContent

Specifies the rich content of the comment (e.g., comment content with mentions, the first mentioned entity has an ID attribute of 0, and the second mentioned entity has an ID attribute of 1).

richContent: string;

Property Value

string

Remarks

[Api set: ExcelApi 1.11]