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

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