append_row method
append_row
Defines the interface for append row.
Returns
The table syntax.
def append_row(self, row):
...
Parameter | Type | Description |
---|---|---|
row | TableRowSyntaxNode | The TableRowSyntax. |
See Also
- module
aspose.html.toolkit.markdown.syntax
- class
TableSyntaxNode