ITabSheetExporter.BreakIntoLayouts

Syntax

BreakIntoLayouts: Boolean;

Description

The BreakIntoLayouts property determines whether to divide a sheet into print pages on export to RTF format (*.rtf).

Comments

Available values:

If the False value is set, and there are rows to repeat are on the sheet, the Repeat as Title on Each Page checkbox is selected for these rows. The cell area before the rows to repeat is exported as a separate table.

Example

The property use is given in the example for ITabSheetExporter.AutoHeight.

See also:

ITabSheetExporter