Excel.Interfaces.CommentReplyCollectionLoadOptions interface

Represents a collection of comment reply objects that are part of the comment.

Remarks

[ API set: ExcelApi 1.10 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

authorEmail

For EACH ITEM in the collection: Gets the email of the comment reply's author.

authorName

For EACH ITEM in the collection: Gets the name of the comment reply's author.

content

For EACH ITEM in the collection: The comment reply's content. The string is plain text.

contentType

For EACH ITEM in the collection: The content type of the reply.

creationDate

For EACH ITEM in the collection: Gets the creation time of the comment reply.

id

For EACH ITEM in the collection: Specifies the comment reply identifier.

mentions

For EACH ITEM in the collection: The entities (e.g., people) that are mentioned in comments.

resolved

For EACH ITEM in the collection: The comment reply status. A value of true means the reply is in the resolved state.

richContent

For EACH ITEM in the collection: The rich comment content (e.g., mentions in comments). This string is not meant to be displayed to end-users. Your add-in should only use this to parse rich comment content.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

authorEmail

For EACH ITEM in the collection: Gets the email of the comment reply's author.

authorEmail?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.10 ]

authorName

For EACH ITEM in the collection: Gets the name of the comment reply's author.

authorName?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.10 ]

content

For EACH ITEM in the collection: The comment reply's content. The string is plain text.

content?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.10 ]

contentType

For EACH ITEM in the collection: The content type of the reply.

contentType?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.12 ]

creationDate

For EACH ITEM in the collection: Gets the creation time of the comment reply.

creationDate?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.10 ]

id

For EACH ITEM in the collection: Specifies the comment reply identifier.

id?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.10 ]

mentions

For EACH ITEM in the collection: The entities (e.g., people) that are mentioned in comments.

mentions?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.11 ]

resolved

For EACH ITEM in the collection: The comment reply status. A value of true means the reply is in the resolved state.

resolved?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.11 ]

richContent

For EACH ITEM in the collection: The rich comment content (e.g., mentions in comments). This string is not meant to be displayed to end-users. Your add-in should only use this to parse rich comment content.

richContent?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.11 ]