[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICommentThreaded.Delete

Delete Method

Delete()

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.

Declaration
void Delete()
Sub Delete()
Examples
ICommentThreaded comment = worksheet.Range["A1"].AddCommentThreaded("Review this value", "Alex");
comment.AddReply("I updated the number.", "Jamie");
comment.Delete();