IF You know the row index or specified rows which you need to concat the you should try this once
datatablevariable.rows(2).item(1).tostring+“;”+datatablevariable.rows(4).item(1).tostring
here rows(2) means 3rd row and item(1) means column of Remarks
thanks if any let me know…