HotXLS Delphi Excel Read Write Library / Component Developers Guide loslab Inc.

PageSetup property

Returns a IXLSPageSetup object that contains all the page setup settings for the specified Worksheet. Read-only.

Syntax

property PageSetup: IXLSPageSetup;

Example

This example sets the center header text for the first Worksheet.

Workbook.Sheets[1].PageSetup.CenterHeader := 'Monthly report';
Copyright©2007-2019 loslab.com