I have a datatable populated with data from an Excel spreadsheet.

What I want to do now is loop through each row and column.

I want to find out on each row and the current column, on if the columnName is the specified start column name. It will then continue on collecting the names of columns until the specified end column name is specified.

this means that we can then go through each row but starting to get data based on the startcolumn and the end column

any ideas?