|
|
Formats a single row in the given datatable and returns a string using the given formatting parameters.
Syntax
| Smartsite SXML |
|
|---|---|
string datatable.simpleformatrow(datatable dataTable, integer rowNumber, string simpleRowFormat) |
|
Parameters
| Name | Data Type | Description |
|---|---|---|
| dataTable | DataTable | The data table. |
| rowNumber | Integer | The row number of the row that will be formatted. |
| simpleRowFormat | String |
The simple row format. To represent field values, use {1}, {2}, etc... |
Return Value
| Data Type | Description |
|---|---|
| String | The formatted result. |