Excel.Interfaces.CommentReplyData interface

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

Properties

authorEmail

Gets the email of the comment reply's author.

authorName

Gets the name of the comment reply's author.

content

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

creationDate

Gets the creation time of the comment reply.

id

Specifies the comment reply identifier.

Property Details

authorEmail

Gets the email of the comment reply's author.

authorEmail?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.10 ]

authorName

Gets the name of the comment reply's author.

authorName?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.10 ]

content

The comment reply'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 reply.

creationDate?: Date;

Property Value

Date

Remarks

[ API set: ExcelApi 1.10 ]

id

Specifies the comment reply identifier.

id?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.10 ]