SyntaxFix
Write A Post
Hire A Developer
Questions
I find it easier to access it by doing the following:
for (int i = 0; i < Table.Rows.Count-1; i++) //Looping through rows { var myValue = Table.Rows[i]["MyFieldName"]; //Getting my field value }