TableCellCollection tcHeader = e.Row.Cells; tcHeader.Clear();
tcHeader.Add(new TableHeaderCell());
tcHeader[0].Attributes.Add(\跨Row tcHeader[0].Attributes.Add(\ tcHeader[0].Text = \
tcHeader.Add(new TableHeaderCell());
//tcHeader[1].Attributes.Add(\
tcHeader[1].Attributes.Add(\跨Column tcHeader[1].Text = \全部信息\ //第二行表头
tcHeader.Add(new TableHeaderCell());
tcHeader[2].Attributes.Add(\ tcHeader[2].Text = \身份证号码\ tcHeader.Add(new TableHeaderCell());
tcHeader[3].Attributes.Add(\ tcHeader[3].Attributes.Add(\ tcHeader[3].Text = \基本信息\
tcHeader.Add(new TableHeaderCell());
tcHeader[4].Attributes.Add(\ tcHeader[4].Text = \福利\
tcHeader.Add(new TableHeaderCell());
tcHeader[5].Attributes.Add(\ tcHeader[5].Attributes.Add(\ tcHeader[5].Text = \联系方式\ //第三行表头
tcHeader.Add(new TableHeaderCell());
tcHeader[6].Attributes.Add(\ tcHeader[6].Text = \身份证号码\ tcHeader.Add(new TableHeaderCell());
tcHeader[7].Attributes.Add(\ tcHeader[7].Text = \姓名\
tcHeader.Add(new TableHeaderCell());
tcHeader[8].Attributes.Add(\ tcHeader[8].Text = \出生日期\
tcHeader.Add(new TableHeaderCell());
tcHeader[9].Attributes.Add(\ tcHeader[9].Text = \薪水\
tcHeader.Add(new TableHeaderCell());
tcHeader[10].Attributes.Add(\ tcHeader[10].Text = \家庭住址\ tcHeader.Add(new TableHeaderCell());
tcHeader[11].Attributes.Add(\ tcHeader[11].Text = \邮政编码\ break; } } } 前台: