摘要:
//允许增加一个 checkbox 列 public class DgvBase : DataGridViewX { protected override void OnColumnAdded(DataGridViewColumnEventArgs e) { base.OnColumnAdded(e); //if (e.Column.ValueType == typeof(int) || e.Column.ValueType == typeof(long) || e.Column.ValueType == typ... 阅读全文
posted @ 2014-03-14 10:44
z5337
阅读(597)
评论(0)
推荐(0)
浙公网安备 33010602011771号