摘要: 1. 要求: OOB, 而且要提升信任. dynamic excel = AutomationFactory.CreateObject("Excel.Application"); excel.Visible = true; excel.workbooks.Add(); dynamic sheet = excel.ActiveSheet; dynamic cell = null; int i = 1; foreach (AGC工程 c in dataGrid1.ItemsSource) { cell = sheet.Cells[i /*row*/, 1 /*col*/]; c 阅读全文
posted @ 2012-06-16 18:31 Ken-Cai 阅读(180) 评论(0) 推荐(0)
摘要: 1. 视频 http://www.silverlight.net/learn/data-networking/data-controls/dataform-control 阅读全文
posted @ 2012-06-16 09:20 Ken-Cai 阅读(130) 评论(0) 推荐(0)
摘要: http://visualstudiogallery.msdn.microsoft.com/6a9f4f1a-579d-4a76-9d3a-70dd3339cfd6/ 阅读全文
posted @ 2012-06-16 07:34 Ken-Cai 阅读(200) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/Mainz/archive/2011/10/04/2198924.html 阅读全文
posted @ 2012-06-16 06:53 Ken-Cai 阅读(101) 评论(0) 推荐(0)