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

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