PivotField.LayoutCompactRow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.