悟生慧

 

2012年5月17日

C# Winfrom设置DataGridViewColumn标题对齐方式TitleAlignment

摘要: private void Form1_Load(object sender, EventArgs e) { DataTable table = new DataTable("Student"); DataColumn studentID = new DataColumn("studentID", typeof(string)); table.Columns.Add(studentID); DataColumn studentName = new DataColumn("stud... 阅读全文

posted @ 2012-05-17 18:31 悟生慧 阅读(4068) 评论(0) 推荐(0)

导航