|
|
Adds a new row to the datatable with the given values.
Syntax
| Smartsite SXML |
|
|---|---|
datatable.rows.add(datatable dataTable, any[ ] values) |
|
Parameters
| Name | Data Type | Description |
|---|---|---|
| dataTable | DataTable | The datatable to which the row is added. |
| values | Any[ ] | The values that are added as a single row. |
Return Value
None.