Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Range Class / ParentParagraph Property

In This Topic
    ParentParagraph Property
    In This Topic
    Gets the parent paragraph where the range content is stored.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentParagraph As Paragraph
    public Paragraph ParentParagraph {get;}
    See Also