//-- 放入表中ShowPaperInfo.aspx Table1.BorderWidth=new Unit("1px"); Table1.BorderColor=Color.Black; Table1.CellPadding=8; Table1.CellSpacing=0; Table1.GridLines=GridLines.Both; TableRow row = new TableRow(); TableCell cell = new TableCell(); row.Height=new Unit("1cm");//控制行高 相关文章: 2022-02-26 2021-07-11 2021-08-19 2021-11-06 2021-11-08 2021-06-17 2021-10-31 2021-10-26