MessageBox.Show ("Col is " + DataGrid1.CurrentCell.ColumnNumber  + ", Row is " + DataGrid1.CurrentCell.RowNumber + ", Value is " + DataGrid1[DataGrid1.CurrentCell] );

http://www.cnblogs.com/fellowcheng/articles/88550.html

相关文章:

  • 2022-03-07
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-09-13
猜你喜欢
  • 2022-02-16
  • 2021-11-13
  • 2021-08-26
  • 2022-12-23
  • 2021-10-06
  • 2021-07-28
  • 2021-11-09
相关资源
相似解决方案