CF_XLS_PrintArea

Description

This tag specifies a sub-selection of cells to be printed. This works well when some of the columns or rows are important to have in the workbook, but the report does not need them. This tag can only be used within the CF_XLS_Sheet tag.

Syntax

<CF_XLS_PrintArea
	 FromID = "ReferenceID"
	 ToID = "ReferenceID"/>

Attributes

Attribute Req/Opt Default Description
FromID Req   The reference ID of the top left cell of the area to be printed.
ToID Req   The reference ID of the bottom right cell of the area to be printed.

Usage

Both attributes are required.

Example

See the examples page.