CF_XLS_Header
Description
Creates a header for the current sheet.
It will be printed at the bottom of each page, the left,
center and right Headers can be specified. This tag can
only be used within the
CF_XLS_Sheet tag.
Syntax
<CF_XLS_Header
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 Header
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
Header 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 Header
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.