Excel.Interfaces.CommentReplyData interface
An interface describing the data returned by calling commentReply.toJSON()
.
Properties
author |
Gets the email of the comment reply's author. |
author |
Gets the name of the comment reply's author. |
content | The comment reply's content. The string is plain text. |
creation |
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
authorName
Gets the name of the comment reply's author.
authorName?: string;
Property Value
string
Remarks
content
The comment reply's content. The string is plain text.
content?: string;
Property Value
string
Remarks
creationDate
Gets the creation time of the comment reply.
creationDate?: Date;
Property Value
Date
Remarks
id
Specifies the comment reply identifier.
id?: string;
Property Value
string