SyntaxFix
Write A Post
Hire A Developer
Questions
Here's the best way I found:
For Each row As DataRow In your_table.Rows For Each cell As String In row.ItemArray 'do what you want! Next Next