[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.ClearComments

ClearComments Method

ClearComments()

Clears the comments from the current IRange.

Declaration
void ClearComments()
Sub ClearComments()
Examples
IRange range = worksheet.Range["A1"];
range.AddComment("Review this value.");
range.ClearComments();
IComment comment = range.Comment;