Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Comment Class / Ancestor Property

In This Topic
    Ancestor Property
    In This Topic
    Gets the parent Comment for comments that are replies to an existing comment.

    For new (top-level) comments returns null.

    Syntax
    'Declaration
     
    Public ReadOnly Property Ancestor As Comment
    public Comment Ancestor {get;}
    See Also