Returns a
IXLSPageSetup object that contains all the page setup settings for the specified Worksheet. Read-only.
Syntax
Example
This example sets the center header text for the first Worksheet.
Workbook.Sheets[1].PageSetup.CenterHeader := 'Monthly report';