Excel.CommentAddedEventArgs interface

Provides information about the comments that raised the comment added event.

Remarks

[ API set: ExcelApi 1.12 ]

Properties

commentDetails

Gets the CommentDetail array that contains the comment ID and IDs of its related replies.

source

Specifies the source of the event. See Excel.EventSource for details.

type

Gets the type of the event. See Excel.EventType for details.

worksheetId

Gets the ID of the worksheet in which the event happened.

Property Details

commentDetails

Gets the CommentDetail array that contains the comment ID and IDs of its related replies.

commentDetails: Excel.CommentDetail[];

Property Value

Remarks

[ API set: ExcelApi 1.12 ]

source

Specifies the source of the event. See Excel.EventSource for details.

source: Excel.EventSource | "Local" | "Remote";

Property Value

Excel.EventSource | "Local" | "Remote"

Remarks

[ API set: ExcelApi 1.12 ]

type

Gets the type of the event. See Excel.EventType for details.

type: "CommentAdded";

Property Value

"CommentAdded"

Remarks

[ API set: ExcelApi 1.12 ]

worksheetId

Gets the ID of the worksheet in which the event happened.

worksheetId: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.12 ]