Can anyone help me how to access for example value of first cell in 4th column?
a b c d 1 2 3 5 g n m l
for example, how to access to value
You can also try (first cell in 4th column):
dt.Rows[0][3]