How to iterate all items
in a given row in the DataTable
. I have the following code to iterate all rows, I want another For loop to iterate all cells in a given row ?
For Each row As DataRow In dt.Rows
Next row
I can access each row, but I want to access each column on the row, as I don't know the name and the count of the columns ,..
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…