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

In This Topic
    Replies Property
    In This Topic
    Gets the list of child Comment objects that are replies to this comment.
    Syntax
    'Declaration
     
    Public ReadOnly Property Replies As System.Collections.Generic.IReadOnlyList(Of Comment)
    public System.Collections.Generic.IReadOnlyList<Comment> Replies {get;}
    See Also