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

In This Topic
    ParentTextFrame Property
    In This Topic
    Gets the parent text frame where the range content is stored.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentTextFrame As TextFrame
    public TextFrame ParentTextFrame {get;}
    See Also