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

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