NativeExcel suite v1.x

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 © NikaSoft 2004-2010