CF_XLS_MergedCells
Description
Merges cells together to form a single
cell. Merges are specified by referencing the top left cell
and the bottom right cell of area to be merged. Cells are
referenced by first assigning them IDs and then using the
IDs as attributes to this tag. This tag can only be used
within the
CF_XLS_Sheet tag.
Syntax
<CF_XLS_MergedCells
FromID = "ReferenceID"
ToID = "ReferenceID"/>
Attributes
| Attribute |
Req/Opt |
Default |
Description |
| FromID |
Req |
|
The reference ID of the top left cell
of the area to merged together. |
| ToID |
Req |
|
The reference ID of the bottom right
cell of the area to merged together. |
Usage
Both attributes are required.
Example
See the examples
page.