visit_cell_start method

visit_cell_start(cell)

Called when enumeration of a table cell has started.

def visit_cell_start(self, cell: aspose.words.tables.Cell):
    ...
ParameterTypeDescription
cellCellThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also