PivotField.LayoutCompactRow Property

Excel Developer Reference

Specifies whether or not a PivotField is compacted (items of multiple PivotFields are displayed in a single column) when rows are selected. Read/write Boolean.

Version Information
 Version Added:  Excel 2007

Syntax

expression.LayoutCompactRow

expression   A variable that represents a PivotField object.

Remarks

Setting this property to True (default) will have no immediate visual effect in the PivotTable if the LayoutForm property is set to xlTabular, but it can be set independently.

See Also