HotXLS-dokumentaatio

CenterFooter ominaisuus

Palauttaa or sets the center part of the footer. Read/write WideString

Syntaksi

property CenterFooter: WideString;

Kuvaus

Special format codes can be used in the footer text

Esimerkki

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

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