CF_XLS_RepeatingRows
Description
This tag forces a specific area to be
repeated when the sheet is printed. Often this is used to
have the headers of a report be repeated at the top of each
printed page. This tag can only be used within the
CF_XLS_Sheet tag.
Syntax
<CF_XLS_RepeatingRows
FromID = "ReferenceID"
ToID = "ReferenceID"/>
Attributes
| Attribute |
Req/Opt |
Default |
Description |
| FromID |
Opt |
|
The reference ID of the top left cell
of the area to merged together. |
| ToID |
Opt |
|
The reference ID of the bottom right
cell of the area to merged together. |
Usage
Both attributes are required.
Example
See the examples
page.