previous_cell property

Cell.previous_cell property

Gets the previous Cell node.

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

Remarks

The method can be used when you need to have typed access to cells of a Row. If a StructuredDocumentTag node is found in a row instead of a cell, it is automatically traversed to get a cell contained within.

See Also