摘要: private void dgvScanFai_SortCompare(object sender, DataGridViewSortCompareEventArgs e) { if (e.Column.Name == "Time") { string cellValue1 = e.CellValu 阅读全文
posted @ 2023-05-08 11:14 188不打篮球 阅读(404) 评论(0) 推荐(0)
摘要: DataGridViewRow dr = new DataGridViewRow(); dr.CreateCells(dgv); //dr.Cells[0].Value = "h1"; //dr.Cells[1].Value = (++c); dr.SetValues(body.Split(",") 阅读全文
posted @ 2023-05-08 09:06 188不打篮球 阅读(816) 评论(0) 推荐(0)