last_cell property

Row.last_cell property

Returns the last Cell in the row.

@property
def last_cell(self) -> aspose.words.tables.Cell:
    ...

See Also