C# DataGridView样式 (蓝色)
摘要:代码:#region DataGridVeiw StyleSystem.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();this.DataGridView1.AllowUserToAddRows
阅读全文
posted @
2012-09-10 17:45
Alan Yang
阅读(740)
推荐(0)