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

In This Topic
    ParentBody Property (Range)
    In This Topic
    Gets the parent body where the range content is stored.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentBody As Body
    public Body ParentBody {get;}
    See Also