ITabPageSettings.TitleColumnsScope

Syntax

TitleColumnsScope: ITabRange;

Description

The TitleColumnsScope property determines the range of title column action end.

Comments

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

Example

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

See also:

ITabPageSettings