Edit

Excel.Interfaces.CommentReplyLoadOptions interface

Represents a comment reply in the workbook.

Properties

$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).

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

$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 reply's author.

authorEmail?: boolean;

Property Value

boolean

Remarks

API set: ExcelApi 1.10

authorName

Gets the name of the comment reply's author.

authorName?: boolean;

Property Value

boolean

Remarks

API set: ExcelApi 1.10

content

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

content?: boolean;

Property Value

boolean

Remarks

API set: ExcelApi 1.10

creationDate

Gets the creation time of the comment reply.

creationDate?: boolean;

Property Value

boolean

Remarks

API set: ExcelApi 1.10

id

Specifies the comment reply identifier.

id?: boolean;

Property Value

boolean

Remarks

API set: ExcelApi 1.10