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

In This Topic
    ParentTable Property (Range)
    In This Topic
    Gets the parent table where the range content is stored.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentTable As Table
    public Table ParentTable {get;}
    See Also