dataGrid 的使用
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
http://www.cnblogs.com/fellowcheng/articles/88550.html
浙公网安备 33010602011771号