摘要: void DeleteSameRow(DataSet ds) { ArrayList indexList = new ArrayList(); // 找出待删除的行索引 for (int i = 0; i = 0; i--) { int index = Convert.ToInt32(indexList[i... 阅读全文
posted @ 2007-03-22 16:53 蛤蟆 阅读(2356) 评论(3) 推荐(0)