[ Version ( since = "0.14.0" ) ]
public Table? concatenate (List<Table> other_tables, TableConcatenateOptions? options) throws Error
| this |
A Table. |
| other_tables |
The tables to be concatenated. |
| options |
The options to customize concatenation. |
|
The table concatenated vertically. |