获得下标是什么意思 要获得第i行就是dt.Rows[i]
dt.Rows.Indexof(某行datarow对象)
Datatable mydt=new Databable;mydt.rows.indexof(rows对象即可);