codice:
myDS.Tables[0].Rows[X]["nomecampo"]
oppure

codice:
myDS.Tables[0].Rows[X][Y]
dove X è l'indice della RIGA ed Y quello della COLONNA.