摘要: /// /// 单元格显示格式事件 /// /// /// private void dataGridView1_CellFormatting(object sender, DataGridViewCellFormattingEventArgs e) { // 把第4列显示*号,*号... 阅读全文
posted @ 2007-02-06 22:59 sunney 阅读(502) 评论(0) 推荐(0)