I have to send email with the below format in email body. I have the data in datatable.
[Row1Column1] - [Row1Column2] value [Row1Column3] has been modified to [Column4]
[Row2Column1] - [Row2Column2] value [Row2Column3] has been modified to [Column4]
3 [Row3Column1] - [Row3Column2] value [Row3Column3] has been modified to [Column4]
You can use an Int32 variable to looping all data in datatable
And please be noticed that datatable count index from 0, not 1
it means row1column1 = row(0)(0)