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

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