HotXLS 文档
目录
首页
概览
TGridToXLS
IXLSWorkbook
首页
目录
概览
PageSetup 属性
返回 a
IXLSPageSetup
object that contains all the page setup settings for the specified Worksheet. Read-only
语法
property
PageSetup:
IXLSPageSetup
;
示例
This example sets the center header text for the first Worksheet
Workbook.Sheets[
1
].PageSetup.CenterHeader :=
'Monthly report'
;