Currently I am doing an automation and I need to update a whole row of a datatable (ex: TempDt) with another row from another datatable(ex: RegistDt). Currently the data I have is the column with which I am going to replace and the index of the row to update. How can I do this?
Currently I have only found information to update data for one cell at a time but not the entire row.