CF_XLS_Footer
Description
Creates a footer for the current sheet.
It will be printed at the bottom of each page, the left,
center and right footers can be specified. This tag can
only be used within the
CF_XLS_Sheet tag.
Syntax
<CF_XLS_Footer
Left = "text"
LeftFontID = "ReferenceID"
Center = "text"
CenterFontID = "ReferenceID"
Right = "text"
RightFontID = "ReferenceID"/>
Attributes
| Attribute |
Req/Opt |
Default |
Description |
| Left |
Opt |
|
The text to appear in the left footer
of the sheet when printed. |
| LeftFontID |
Opt |
|
A reference ID to a global font defined with the
CF_XLS_Font tag. |
| Center |
Opt |
|
The text to appear in the center
footer of the sheet when printed. |
| CenterFontID |
Opt |
|
A reference ID to a global font defined with the
CF_XLS_Font tag. |
| Right |
Opt |
|
The text to appear in the left footer
of the sheet when printed. |
| RightFontID |
Opt |
|
A reference ID to a global font defined with the
CF_XLS_Font tag. |
Example
See the examples
page.