
C#
蓝Angel
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C#_datagridview 增加一行统计
String projectfliter=null; private void toolStripComboBox2_DropDownClosed(object sender, EventArgs e) { projectfliter = toolStripComboBox2.SelectedItem.ToString(); DataSet da = new DataSet(原创 2012-04-03 09:46:23 · 494 阅读 · 0 评论 -
C#_Datagridview Exprot to Excel
Using Microsoft.Office.Interop.Excel; //需要在引用里加入dll private void toolStripMenuItem9_Click(object sender, EventArgs e) { Microsoft.Office.Interop.Excel.Application excel = new Microso原创 2012-04-03 09:31:27 · 216 阅读 · 0 评论