append_cell method
append_cell
Defines the interface for append of the cell.
Returns
The table syntax.
def append_cell(self, cell):
...
Parameter | Type | Description |
---|---|---|
cell | TableCellSyntaxNode | The TableCellSyntax. |
Defines the interface for append of the cell.
The table syntax.
def append_cell(self, cell):
...
Parameter | Type | Description |
---|---|---|
cell | TableCellSyntaxNode | The TableCellSyntax. |