IDefTableArea.Transposed

Syntax

Transposed: Boolean;

Description

The Transposed property determines whether table area is transposed.

Comments

If the property is set to True, the table area will be transposed. In this case, sidehead dimensions are moved to the heading, and heading dimensions are moved to the sidehead. If the property is set to False, sidehead and heading dimensions are returned to their initial positions.

Changes will be applied after calling the IDefInputAreas.ApplyAreaToReport method.

Example

The example of use is given in description of the IDefInputAreas.TransposeTableAreaWithGrid method.

See also:

IDefTableArea