//我们需要包装一下数组,方法如下:
//不想要列标题,可以设置去掉列标题
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Windows.Forms;
namespace WindowsApplication1
{
}