Left to right loop help required

Hello friends,

I want to run for each data table loop from G5 column.
Share the different approaches.

Can someone share linq query?

Hi @Jeeru_venkat_Rao

For Each row In DataTable.Rows
   For i = 6 To DataTable.Columns.Count - 1
      ' Access the column using: row(i)
   Next
Next