Τεκμηρίωση HotXLS

CenterFooter ιδιότητα

Επιστρέφει or sets the center part of the footer. Read/write WideString

Σύνταξη

property CenterFooter: WideString;

Περιγραφή

Special format codes can be used in the footer text

Παράδειγμα

This example prints the Workbook name and page number at the bottom of each page

Workbook.Sheets[1].PageSetup.CenterFooter := '&F page &P';