Excel.Interfaces.CommentLoadOptions interface
Represents a comment in the workbook.
Remarks
Properties
$all | Specifying |
author |
Gets the email of the comment's author. |
author |
Gets the name of the comment's author. |
content | The comment's content. The string is plain text. |
creation |
Gets the creation time of the comment. Returns |
id | Specifies the comment identifier. |
Property Details
$all
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
authorEmail
Gets the email of the comment's author.
authorEmail?: boolean;
Property Value
boolean
Remarks
authorName
Gets the name of the comment's author.
authorName?: boolean;
Property Value
boolean
Remarks
content
The comment's content. The string is plain text.
content?: boolean;
Property Value
boolean
Remarks
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?: boolean;
Property Value
boolean
Remarks
id
Specifies the comment identifier.
id?: boolean;
Property Value
boolean
Remarks
Office Add-ins