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

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