Delphi编程对Excel表进行页面设置,为什麽应用程序好使,而在B/S结构编写的ASP对象中不好使?(200分)

  • 主题发起人 主题发起人 lishuyan
  • 开始时间 开始时间
L

lishuyan

Unregistered / Unconfirmed
GUEST, unregistred user!
同样都是两口子,为什麽差距咋这麽大呢?
语句为:
ExcelWorkSheet1.PageSetup.RightHeader := '第&p页';//设置页眉。
ExcelWorkSheet1.PageSetup.PrintTitleRows:='$1:$4';//设置顶端标题行。
ExcelWorkSheet1.PageSetup.Orientation:=xlLandscape;//横向打印。
ExcelWorkSheet1.PageSetup.CenterHorizontally:=True;//打印水平居中。
请各位高人指点,不胜感激!
 
后退
顶部