//-- 放入表中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
猜你喜欢
  • 2022-12-23
  • 2021-04-14
  • 2022-02-05
  • 2022-12-23
  • 2021-09-23
  • 2021-12-07
相关资源
相似解决方案