ITabPageSettings.TitleRowsScope

Syntax

TitleRowsScope: ITabRange;

Description

The TitleRowsScope property determines the range of title row action end.

Comments

Title row range is set in the TitleRows property. By default the TitleRowsScope property is not determined, title rows are printed on all pages. As a value of the TitleRowsScope property specify the row located on the page that will be the last printed page with title rows. If the TitleRows property contains a composite title row range, the TitleRowsScope property can also contain a composite range that will limit each part of title rows. All the following pages are printed without title row data.

Example

The example of use is given in description of the ITabPageSettings.TitleRows property.

See also:

ITabPageSettings