Hello friends,
I want to run for each data table loop from G5 column.
Share the different approaches.
Can someone share linq query?
Hello friends,
I want to run for each data table loop from G5 column.
Share the different approaches.
Can someone share linq query?
For Each row In DataTable.Rows
For i = 6 To DataTable.Columns.Count - 1
' Access the column using: row(i)
Next
Next