Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Comment Class / Delete Method / Delete(Boolean) Method
Indicates whether to delete all replies associated with this comment.

In This Topic
    Delete(Boolean) Method
    In This Topic
    Deletes this comment and optionally all replies associated with it from the parent Body.
    Syntax
    'Declaration
     
    Public Overloads Sub Delete( _
       ByVal includeReplies As System.Boolean _
    ) 
    public void Delete( 
       System.bool includeReplies
    )

    Parameters

    includeReplies
    Indicates whether to delete all replies associated with this comment.
    See Also