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.

If the Row property is set, then the Row Data property and Row Data2 are ignored.

  • Row Data : String Argument The Elements to be entered into the data table are separated according to their corresponding column elements separated by ,.

If the Row Data property is set, then the Row property and Row Data2 are ignored.

Add Data Row Window

Information :

  • Sample Input - The input row values are separated by a comma.

  • Wrap Text - It wraps the long rows in the sample input text box.

  • Preview - Shows table preview of the sample input in the grid view of the test preview.

  • Replace Variable - replace the variable with values when clicked the preview button.

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

Add Data Row2 Window

Information :

Add rows only after setting the input data table. otherwise, DataRow2 shows an alert message instead of data row2 window.

If the Row Data2 property is set, then the Row property and Row Dataivity are ignored.

Output

Last updated