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

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