PivotField.LayoutCompactRow Property

Definition

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

public:
 property bool LayoutCompactRow { bool get(); void set(bool value); };
public bool LayoutCompactRow { get; set; }
Public Property LayoutCompactRow As Boolean

Property Value

Boolean

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.

Applies to