next_cell property

Cell.next_cell property

Gets the next Cell node.

@property
def next_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