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
data d is in row 0 and column 3 for value d :
DataTable table; String d = (String)table.Rows[0][3];