HotXLS-dokumentasjon

PageSetup egenskap

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

Syntaks

property PageSetup: IXLSPageSetup;

Eksempel

This example sets the center header text for the first Worksheet

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