parent_table property

Row.parent_table property

Returns the immediate parent table of the row.

@property
def parent_table(self) -> aspose.words.tables.Table:
    ...

See Also