HotXLS 文档

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';