易超的Blog

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::

2012年8月17日

摘要: 1、在已有表头上添加自定义表头精简后的伪代码如下:1 e.Row.Cells.RemoveAt(0);2 e.Row.Cells.AddAt(0, new TableHeaderCell());3 e.Row.Cells[0].ColumnSpan = 3;4 e.Row.Cells[0].Text = "Row1</th></tr><tr><th>Row2</th></tr><tr><th>Original Row1 Cell1"; 阅读全文
posted @ 2012-08-17 09:29 狗超超 阅读(134) 评论(0) 推荐(0) 编辑