無訫

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年11月29日

摘要: DataGridView实现打印功能 1 using System; 2 using System.Drawing; 3 using System.Collections; 4 using System.ComponentModel; 5 using System.Windows.Forms; 6 using System.Data; 7 8 namespace DataGridPrints 9 { 10 /// 11 /// Form1 的摘要说明。 12 /// 13 public class Form1 : System.Windo... 阅读全文
posted @ 2012-11-29 12:05 無訫 阅读(1291) 评论(0) 推荐(1)

摘要: View Code 1 using System; 2 using System.Collections.Generic; 3 using System.Text.RegularExpressions; 4 5 namespace Test 6 { 7 class Program 8 { 9 static void Main(string[] args)10 {11 int numberCount = 4;12 List values = new List(numberCount);13 ... 阅读全文
posted @ 2012-11-29 10:05 無訫 阅读(141) 评论(0) 推荐(0)