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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins