将数据库写入Excel的问题 (0分)

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

lcl800

Unregistered / Unconfirmed
GUEST, unregistred user!
1 将数据库内容写入Excel,我希望加入分页符,语句应该如何写?

在程序中加入分页符语句ExcelApp.WorkSheets[1].Rows.PageBreak := 1时出现错误:
Project ck raised exception class Eoleexception with message '不能设置类
range的pagemaker属性'.Process stopped. Use Step or Run to continue.
请问如何解决?

插入分页符的语句ExcelApp.WorkSheets[1].Rows.PageBreak := 1如何使用?
 
rows后边应该加上
一个例子:
Worksheets("Sheet1").Rows(25).PageBreak
 
接受答案了.
谢谢wb_1!
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部