Excel.CommentMention interface
Represents the entity that is mentioned in comments.
Remarks
Properties
The email address of the entity that is mentioned in a comment. |
|
id | The ID of the entity. The ID matches one of the IDs in |
name | The name of the entity that is mentioned in a comment. |
Property Details
The email address of the entity that is mentioned in a comment.
email: string;
Property Value
string
Remarks
id
The ID of the entity. The ID matches one of the IDs in CommentRichContent.richContent
.
id: number;
Property Value
number
Remarks
name
The name of the entity that is mentioned in a comment.
name: string;
Property Value
string