Excel.CommentChangedEventArgs interface
Occurs when existing comments are changed.
Remarks
Properties
change |
Gets the change type that represents how the changed event is triggered. |
comment |
Get the |
source | Specifies the source of the event. See |
type | Gets the type of the event. See |
worksheet |
Gets the ID of the worksheet in which the event happened. |
Property Details
changeType
Gets the change type that represents how the changed event is triggered.
changeType: Excel.CommentChangeType | "CommentEdited" | "CommentResolved" | "CommentReopened" | "ReplyAdded" | "ReplyDeleted" | "ReplyEdited";
Property Value
Excel.CommentChangeType | "CommentEdited" | "CommentResolved" | "CommentReopened" | "ReplyAdded" | "ReplyDeleted" | "ReplyEdited"
Remarks
commentDetails
Get the CommentDetail
array which contains the comment ID and IDs of its related replies.
commentDetails: Excel.CommentDetail[];
Property Value
Remarks
source
Specifies the source of the event. See Excel.EventSource
for details.
source: Excel.EventSource | "Local" | "Remote";
Property Value
Excel.EventSource | "Local" | "Remote"
Remarks
type
Gets the type of the event. See Excel.EventType
for details.
type: "CommentChanged";
Property Value
"CommentChanged"
Remarks
worksheetId
Gets the ID of the worksheet in which the event happened.
worksheetId: string;
Property Value
string
Remarks
Office Add-ins