Add Data Row
Add a data row into a data table.
Last updated
Add a data row into a data table.
Last updated
Add a data row into a specified data table.
Input : DataTable Variable
The DataTable
variable to which the row is to be added.
Row : The Data Row object to be added to the Data Table.
Row Data :
The Elements to be entered into the data table are separated according to their corresponding column elements separated by ,
.
Row Data2 : The selector specifies the data table in which row elements are to be added.
Output :
The DataTable
variable after adding the data row.