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

In This Topic
    ParentRow Property
    In This Topic
    Gets the parent table row where the range content is stored.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentRow As Row
    public Row ParentRow {get;}
    See Also