Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / Comments Property

In This Topic
    Comments Property (RangeBase)
    In This Topic
    Gets the collection of comments included in this range.
    Syntax
    'Declaration
     
    Public ReadOnly Property Comments As CommentCollection
    public CommentCollection Comments {get;}
    See Also