Edit

Excel.CommentMention interface

Represents the entity that is mentioned in comments.

Properties

email

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 CommentRichContent.richContent.

name

The name of the entity that is mentioned in a comment.

Property Details

email

The email address of the entity that is mentioned in a comment.

email: string;

Property Value

string

Remarks

API set: ExcelApi 1.11

id

The ID of the entity. The ID matches one of the IDs in CommentRichContent.richContent.

id: number;

Property Value

number

Remarks

API set: ExcelApi 1.11

name

The name of the entity that is mentioned in a comment.

name: string;

Property Value

string

Remarks

API set: ExcelApi 1.11