For Each column but set a specific number of loops from specific columns?

Have a look here

so when iterating over the datarows
we can catch:

datarow.ItemArray.Skip(CountFromAtoM).Take(NoOfInstallements*2)