Use add data row with arrow property as {} - ie you are adding a blank row.
Use assign add value to the specific cell in datatable:
“tablename”.Rows(“rownumber”).Item(“columnName/columnNumber”) = value
Use add data row with arrow property as {} - ie you are adding a blank row.
Use assign add value to the specific cell in datatable:
“tablename”.Rows(“rownumber”).Item(“columnName/columnNumber”) = value