Τεκμηρίωση 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';