I have a problem with a DataRow that I\'m really struggling with.
The datarow is read in from an Excel spreadsheet using an OleDbConnection.
If I try to sele
for (int i=0;i < Table.Rows.Count;i++) { Var YourValue = Table.Rows[i]["ColumnName"]; }