visit_row_end method

visit_row_end(row)

Called when enumeration of a table row has ended.

def visit_row_end(self, row: aspose.words.tables.Row):
    ...
ParameterTypeDescription
rowRowThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also