Edit

Excel.Interfaces.CommentData interface

An interface describing the data returned by calling comment.toJSON().

Remarks

Used by

Properties

authorEmail

Gets the email of the comment's author.

authorName

Gets the name of the comment's author.

content

The comment's content. The string is plain text.

creationDate

Gets the creation time of the comment. Returns null if the comment was converted from a note, since the comment does not have a creation date.

id

Specifies the comment identifier.

replies

Represents a collection of reply objects associated with the comment.

Property Details

authorEmail

Gets the email of the comment's author.

authorEmail?: string;

Property Value

string

Remarks

API set: ExcelApi 1.10

authorName

Gets the name of the comment's author.

authorName?: string;

Property Value

string

Remarks

API set: ExcelApi 1.10

content

The comment's content. The string is plain text.

content?: string;

Property Value

string

Remarks

API set: ExcelApi 1.10

creationDate

Gets the creation time of the comment. Returns null if the comment was converted from a note, since the comment does not have a creation date.

creationDate?: Date;

Property Value

Date

Remarks

API set: ExcelApi 1.10

id

Specifies the comment identifier.

id?: string;

Property Value

string

Remarks

API set: ExcelApi 1.10

replies

Represents a collection of reply objects associated with the comment.

replies?: Excel.Interfaces.CommentReplyData[];

Property Value

Remarks

API set: ExcelApi 1.10