Label.Text=ds.Tables(0).Rows(i).Item( "列名 ")

Label.Text=ds.tables[0].rows[0][ "filed "]

Label.Text=ds.Tables[0].Rows[x][y]

 

相关文章:

  • 2020-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-19
  • 2021-08-22
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
相关资源
相似解决方案