append_cell method

append_cell

Defines the interface for append of the cell.

Returns

The table syntax.

def append_cell(self, cell):
    ...
ParameterTypeDescription
cellTableCellSyntaxNodeThe TableCellSyntax.

See Also