IPivotHeader.MultiLevelHeader

Syntax

MultiLevelHeader: Boolean;

Description

The MultiLevelHeader property determines whether a multilevel header is used.

Comments

If the property is set to True, dimension levels are displayed in single rows/columns without repeating parent elements. The change of the IPivotDimensionLevelPropertiesCommon.Separated property will be ignored.

The property is set to False by default, in this case, depending on the value of the IPivotDimensionLevelPropertiesCommon.Separated property, elements of different levels create an hierarchy inside the cell or are displayed in single rows/columns with repeating parent elements.

See also:

IPivotHeader