first_cell property

Row.first_cell property

Returns the first Cell in the row.

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

See Also