append_row method

append_row

Defines the interface for append row.

Returns

The table syntax.

def append_row(self, row):
    ...
ParameterTypeDescription
rowTableRowSyntaxNodeThe TableRowSyntax.

See Also