摘要: //创建和声明DataTable对象DataTable total=new DataTable();//给DataTable对象添加DataColumn对象total.Columns.Add(new DataColumn("班组",typeof(string)));total.Columns.Add(new DataColumn("姓名",typeof(string)));total.Column... 阅读全文
posted @ 2010-02-08 13:21 eastday 阅读(3111) 评论(1) 推荐(1)