CF_XLS_FreezePanes
Description
Forces a row and/or column of a sheet
to freeze when viewing the workbook. This is typically used
to give the user the ability to scroll around without
losing a row or column header. This tag can only be used
within the
CF_XLS_Sheet tag.
Syntax
<CF_XLS_FreezePanes
Row = "row number"
Column = "column number"/>
Attributes
| Attribute |
Req/Opt |
Default |
Description |
| Row |
Opt |
|
A number representing the row to
freeze. Rows are numbered starting at 1. |
| Column |
Opt |
|
A number representing the column to
freeze. Columns are numbered starting at 1. |
Usage
Atleast one of the attributes is required
Example
See the examples
page.