HotXLS Docs

CenterFooter property

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

Syntax

property CenterFooter: WideString;

Description

Special format codes can be used in the footer text.

Example

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

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