Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Table Class / NestedTabels Property

In This Topic
    NestedTabels Property
    In This Topic
    Gets the collection of tables nested within this table.
    Syntax
    'Declaration
     
    Public ReadOnly Property NestedTabels As Table()
    public Table[] NestedTabels {get;}
    See Also