摘要: 假设DataGridView为dgv1、判断DataGridViewCheckBoxCell是否被选中  DataGridViewCheckBoxCell chkcell = dgv[1,0] as DataGridViewCheckBoxCell;  bool IsChecked = Convert.ToBoolean(chkcell.EditingCellFormattedValue);  /... 阅读全文
posted @ 2009-11-24 15:43 LowerAI 阅读(473) 评论(0) 推荐(0)