[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Comment.Delete

Delete Method

Delete()

Deletes this comment from the parent Body.

Declaration
public override void Delete()
Overrides

Delete(bool)

Deletes this comment and optionally all replies associated with it from the parent Body.

Declaration
public void Delete(bool includeReplies)
Parameters
Type Name Description
bool includeReplies

Indicates whether to delete all replies associated with this comment.