[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICommentThreaded.IsResolved

IsResolved Property

IsResolved

Gets or sets a value indicating whether the threaded comment is resolved.

Declaration
bool IsResolved { get; set; }
Property IsResolved As Boolean
Examples
ICommentThreaded comment = worksheet.Range["A1"].AddCommentThreaded("Please review the total.", "Alex");
comment.IsResolved = true;
bool resolved = comment.IsResolved;