Add Data Row
Add a data row into a data table.
Add a data row into a specified data table.
Input
Input :
DataTable Variable
The
DataTable
variable to which the row is to be added.Row :
Object Argument
The Data Row object to be added to the Data Table.
Row Data :
String Argument
The Elements to be entered into the data table are separated according to their corresponding column elements separated by
,
.

Row Data2 :
DataTable Argument
The selector specifies the data table in which row elements are to be added.

Output
Output :
DataTable Variable
TheDataTable
variable after adding the data row.
Last updated