DataTableAddRow

Description

Adds a new to a DataTable.


DataTable

DataTable InArgument<DataTable> REQUIRED

The datatable to add the row to


Row

DataRow InArgument<DataRow> REQUIRED

The row to add

InsertIndex InArgument<Int32>

The index where to insert the new row; if this argument is null the activity adds a new row at the last position.