Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSPageSetup
>
RightFooter
RightFooter property
Returns or sets the right part of the footer. Read/write WideString.
Syntax
property
RightFooter: WideString;
Description
Special
format codes
can be used in the footer text.
Example
This example prints the page number in the lower-right corner of every page.
Workbook.Sheets[
1
].PageSetup.RightFooter :=
'&P'
;
Copyright © NikaSoft 2004-2012