[]
Clears the comments from the current IRange.
void ClearComments()
Sub ClearComments()
IRange range = worksheet.Range["A1"]; range.AddComment("Review this value."); range.ClearComments(); IComment comment = range.Comment;