Hi All,
Good Morning,
I’m facing issue on Invoke code, My Business process is Read Excel and add two rows and write in sample excel sheet by using Invoke code in VB.net
Dim row As DataRow
Dt1.Columns.Add(“English”)
For Each row In Dt1.Rows
DT2= (CInt(row(“English”)).ToString)+(CInt(row(“Tamil”)).ToString)
Next row
This my code. If any changes is there kindly intimate me.
Kindly gave solution.
Regards,
Santhosh Kumar M