[]
Deletes the specified threaded comment and all replies associated with that comment.
If this threaded comment is a reply, it deletes only itself from the parent comment's reply list.
void Delete()
Sub Delete()
ICommentThreaded comment = worksheet.Range["A1"].AddCommentThreaded("Review this value", "Alex");
comment.AddReply("I updated the number.", "Jamie");
comment.Delete();