摘要: 编写成右键事件: 1 private void 复制ToolStripMenuItem_Click(object sender, EventArgs e) 2 { 3 var cellText = this.dataGridView1.CurrentCell.Value == null ? "" : 阅读全文
posted @ 2020-05-12 09:24 智者见智 阅读(1439) 评论(0) 推荐(0) 编辑
摘要: 1 /// <summary> 2 /// 导出数据到CSV文件 3 /// </summary> 4 /// <param name="fileName"></param> 5 /// <param name="table"></param> 6 private void ExportDataTo 阅读全文
posted @ 2020-05-12 09:19 智者见智 阅读(1406) 评论(0) 推荐(0) 编辑