Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
IXLSPageSetup
>
CenterFooter
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'
;
Copyright © NikaSoft 2004-2010