LowerAI
博客园
首页
博问
闪存
新随笔
联系
订阅
管理
随笔-6 文章-2 评论-19
11 2009 档案
DataGridView的特殊列
摘要: 假设DataGridView为dgv1、判断DataGridViewCheckBoxCell是否被选中 DataGridViewCheckBoxCell chkcell = dgv[1,0] as DataGridViewCheckBoxCell; bool IsChecked = Convert.ToBoolean(chkcell.EditingCellFormattedValue); /...
阅读全文
posted @
2009-11-24 15:43
LowerAI 阅读(212) |
评论 (0)
编辑
公告