table控件操作
创建
//if (Table1.Rows.Count < 1)
//{
// ArrayList tableTitle = new ArrayList();
// tableTitle.Add("文件名");
// tableTitle.Add("简介");
// tableTitle.Add("总近似度");
// for (int i=0;i<searWords.Count;i++)
// {
// tableTitle.Add(searWords[i]);
// }
TableRow tr = new TableRow();//