摘要: 以下为设置数字类型靠右显示及千分位格式显示dataGridView1.Columns[5].DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleRight; dataGridView1.Columns[4].DefaultC... 阅读全文
posted @ 2014-09-11 12:05 anglexia 阅读(1259) 评论(0) 推荐(0)
摘要: dataGridView1.Columns[5].DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleRight; dataGridView1.Columns[4].DefaultCellStyle.Alignment = ... 阅读全文
posted @ 2014-09-11 12:04 anglexia 阅读(157) 评论(0) 推荐(0)