Returns or sets the center part of the footer. Read/write WideString.
Syntax
property CenterFooter: WideString;
Description
Example
This example prints the Workbook name and page number at the bottom of each page.
Workbook.Sheets[1].PageSetup.CenterFooter := '&F page &P';