Comment.Replies Property

Definition

Returns a Comments collection of Comment objects that are children of the specified comment. Read-only.

public:
 property Microsoft::Office::Interop::Word::Comments ^ Replies { Microsoft::Office::Interop::Word::Comments ^ get(); };
public Microsoft.Office.Interop.Word.Comments Replies { get; }
member this.Replies : Microsoft.Office.Interop.Word.Comments
Public ReadOnly Property Replies As Comments

Property Value

Calling the Add(Range, Object) method on the returned collection of replies adds a new reply, unless the collection was accessed from a reply to a reply.The ShowBy property fails when called on the Comments collection returned by the Replies property.

Applies to