Dokumentacija HotXLS

PageSetup svojstvo

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

Sintaksa

property PageSetup: IXLSPageSetup;

Primjer

This example sets the center header text for the first Worksheet

Workbook.Sheets[1].PageSetup.CenterHeader := 'Monthly report';